SimpleCLI icon indicating copy to clipboard operation
SimpleCLI copied to clipboard

Suggestion: Add nested commands

Open AZChris83 opened this issue 3 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

Hi. Thanks for sharing your idea. I like it! I will keep it in mind when I make a new version of the library. I'm currently busy with other projects, but I plan to pick up the development of this library again later.

spacehuhn avatar Mar 16 '23 22:03 spacehuhn