sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Add a command/completion pre-processor #16

Open sdether opened 11 years ago

sdether commented 11 years ago

Currently any input line is considered to be a single command, which makes it impossible to implement piping. Once #14 is implemented and we have input and output streams, we need a command & completion pre-processor hook that could go in and recognize command separators