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

Chain multiple commands #294

Open
devnoname120 opened this issue Nov 1, 2022 · 2 comments
Open

Chain multiple commands #294

devnoname120 opened this issue Nov 1, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@devnoname120
Copy link

It would be great if there was an option to chain multiple commands a bit like https://github.com/barthr/redo but only with a hotkey instead.

Suggestion of implementation:

  • Add a new hotkey Shift ⇧ Tab ↹ that selects entries instead of switching to edit mode.

  • Pressing the Return ↩ key would then chain the command like this:

    command1; command2; command3;

    or alternatively:

    command1 && command2 && command3
@cantino cantino added enhancement New feature or request help wanted Extra attention is needed labels Nov 3, 2022
@cantino
Copy link
Owner

cantino commented Nov 3, 2022

Cool idea!

@sou-chon
Copy link

sou-chon commented Dec 3, 2022

I can take a look at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants