pisshoff icon indicating copy to clipboard operation
pisshoff copied to clipboard

Support pipes & command chaining

Open w4 opened this issue 2 years ago • 0 comments

Pipes and chains (;) currently end up in _unparsed in the shell subsystem. The service should be able to redirect stdout to another command's stdin as well as execute multiple commands from a single input, similar to how command-in-command expansion (echo $(echo test)) currently works.

w4 avatar Feb 17 '24 15:02 w4