mcfly icon indicating copy to clipboard operation
mcfly copied to clipboard

Chain multiple commands

Open devnoname120 opened this issue 3 years ago • 2 comments

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
    

devnoname120 avatar Nov 01 '22 16:11 devnoname120

Cool idea!

cantino avatar Nov 03 '22 17:11 cantino

I can take a look at this

sou-chon avatar Dec 03 '22 16:12 sou-chon