terminaljs
terminaljs copied to clipboard
terminal.js is a dead simple JavaScript library for emulating a shell environment.
Results
2
terminaljs issues
Sort by
recently updated
recently updated
newest added
Standard terminal windows support special ANSI chars for styling. For example try running this on any terminal window: ``` printf '%b\n' 'It is \033[31mnot\033[39m intelligent to use \033[32mhardcoded ANSI\033[39m codes!'...
I would prefer this: https://github.com/eosterberg/terminaljs/pull/2 though