gosh-terminal / gosh

Do everything from the terminal
https://gosh-terminal.github.io/docs/
MIT License
16 stars 3 forks source link

Add support for piping to STDIN by checking if input device is terminal #230

Closed JesterOrNot closed 4 years ago

JesterOrNot commented 4 years ago

This should allow for stuff like

echo ls | gosh
JesterOrNot commented 4 years ago

@RDIL what do you think?

JesterOrNot commented 4 years ago

Take another look?

JesterOrNot commented 4 years ago

Going to merge, followup PRs can be made as needed.