javascript-terminal
javascript-terminal copied to clipboard
JavaScript terminal emulator library that works in Node.js and your browser.
Would it be possible to implement piping in this? ">" or ">>".
Whats the best way to run a series of commands a la a shell script?
Hi, Explicit title, the idea would be to add typescript declaration.
Is there a way to customize the behavior when an unknown command is passed to the terminal? I'd like to simply forward the input from the terminal to another service...
Currently if the `function` of a command does not return an object, error is thrown because the code tries to destructure `undefined`. However, it is possible that a command does...