SimpleCLI icon indicating copy to clipboard operation
SimpleCLI copied to clipboard

Suggestion: Add nested commands

Open AZChris83 opened this issue 2 years ago • 1 comments

It would be nice to be able to issue a command but execute a command after it, such as

mycommand | wait It would execute mycommand, then execute wait.

This would be helpful if you need to view the output of the command in the terminal, but have it blocking so you can take time to read it instead of having to scroll back up. It's virtually limitless idea-wise.

AZChris83 avatar Feb 03 '23 22:02 AZChris83