terminal-in-react
terminal-in-react copied to clipboard
👨💻 A component that renders a terminal
Not able to disable the built in commands. There should have been a prop or something to disable built-in commands (help, show, clear).
For example creating a custom help command.
It would be cool to be able to use paste (via right-click/Paste /whatever) as in normal bash. Reasoning, use case: There can be many use cases for that. Example: I...
Hey thanks for this project, However, it seems that with the latest version available on NPM, we still cannot use "descriptions" as the `index.d.ts` still contains the typo mentioned here:...
Hi @nitin42! I really liked this package for React and just wanted to know that can we use highlight some text inside the `print` command? For example: ```javascript commands={{ npm:...
if users manually scroll, then disable scrolling to the bottom automatically, if users manually scroll back to the bottom or press any key, then resume automatically
Well hi. I'm trying to make a progress bar using the edit-line command, but instead of modify the last line that was printed adds a new line or doesn't do...
The ver of react is just 16.2.0. It's too old for UI Fabric which is based on 16.8.0.

The Enter key does not register with a commandPassThrough handler. I need access to the second and third args - (cmd, printLine, runCommand) - in certain situations when I push...