mcfly
mcfly copied to clipboard
Chain multiple commands
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
Cool idea!
I can take a look at this