dspinellis / dgsh

Shell supporting pipelines to and from multiple processes
http://www.spinellis.gr/sw/dgsh/
Other
323 stars 23 forks source link

Wrap automatically non-dgsh compatible commands #21

Closed mfragkoulis closed 7 years ago

mfragkoulis commented 7 years ago

Have the bash shell check whether a command is dgsh compatible when processing a dgsh pipeline. If it isn't compatible, prepend dgsh-wrap to the command for execution. As a result, bash will invoke dgsh-wrap which will first engage in a dgsh negotiation and then exec the passed command.

dspinellis commented 7 years ago

Check for the following to determine if a file is dgsh compatible

dspinellis commented 7 years ago

When done remove all the wrapped commands that have default I/O requirements.