terminal-in-react
terminal-in-react copied to clipboard
👨💻 A component that renders a terminal
I was wondering if I can turn this terminal-in-react to a simple MUD client. I know for regular terminals that has telnet installed we can just telnet mudIP/PORT and that...
It'd be cool to expand upon the plugin system to allow different prompts to be displayed. For example, https://github.com/b-ryan/powerline-shell.
Hi Nitin, Thanks a lot for releasing this package, it is really neat! I've played around with the Terminal component and implemented a HackerNews reader. I thought it could be...
This PR adds the missing `terminal-in-react-node-eval-plugin` dev dependency for storybook to make it run again.
**notes**: - this doesn't test using storybook (let's save that for another PR) - to see the CI results, check out the [actions on my fork](https://github.com/jethrodaniel/terminal-in-react/actions/runs/65086233), since Github won't run...
Added enhancement so that user can update promptSymbol after initial promptSymbol is defined.
Hi! I was hoping to use this for my typescript project, but I saw that you don't have a types definition ( `npm install @types/terminal-in-react` ). It would be awesome...
It seems the "allowTabs" option, setting to true or false does nothing? Whether it's set to true or false, you can still add new tabs. Also is there a way...