Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Add ability to run a single group and make it repeatable #9

Open
abid-mujtaba opened this issue Dec 30, 2022 · 0 comments

Comments

@abid-mujtaba
Copy link
Contributor

Full disclosure, I tried to make this work by creating a dummy group:

define_group _:
    animate_100 pause

and then used run_groups_together <some-group> _ which works out fairly well and allows me to use define_group for grouping commands together even when I do not want to run multiple groups in parallel.

It would be nice to have a different command, for example, run_group <single-group>, which does the same thing so I can avoid this hack.

Additionally, it would be nice to have the ability to be able to run the same group multiple times, I have some sub-loops that I want to run 2 or 3 times (interleaved with other stuff). This does not seem to be currently possible. Repeated invocations of run_groups_together seem to be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant