javascript-terminal icon indicating copy to clipboard operation
javascript-terminal copied to clipboard

JavaScript terminal emulator library that works in Node.js and your browser.

Results 6 javascript-terminal issues
Sort by recently updated
recently updated
newest added

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.

help wanted

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...