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] Option to step through sequence one at a time #81

Open
abrahan-munro opened this issue Nov 30, 2023 · 0 comments
Open

Comments

@abrahan-munro
Copy link

I'd like to be able to step through a sequence of commands one at a time.

When the sequence is called it should execute the first command, then on each subsequent call it should execute the next command. When any other action is performed the sequence is interrupted and it should go back to the start.

As well as stepping though sequences, this could be used to create toggle functions out of pairs of functions that lack a toggle version.

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