terminal-in-react
terminal-in-react copied to clipboard
👨💻 A component that renders a terminal
hey! Is there a way to change the color of a text printed with the method `print()` in a defined command? I have the `prompt` set to `prompt="#fff"` but there...
This allows me to run a passthrough show command, although on load, a show command is being called from somewhere. I'm not too sure where that is happening.
Any chance of adding the ability to disable builtin commands? I'd like to use this component as a passthrough to a cisco router, but I can't run any show commands...
Hi, I want to send messages to terminal from code like `console.log('message')` but without showing it in application console
I want to suggestion keyword when press `tab` button example I have commands `get name`, `get age` I want to suggest `name age` when type `get` and press `tab`
You can reproduce the problems by using `help -h` twice. The problems when using `command -h` are 1. duplicate help message after using `-h` 2. cannot read default value of...
Generally, mobile users have autocorrect on or by default first letter as a capital letter. So we can have a .tolowercase() function on input string. So can I proceed with...
If you want to prevent the terminal from being autofocused on load. Then the following is a quick hack: Open /node_modules/terminal-in-react/lib/js/components/Content/index.js inside your node modules. Then find `_this.focusInput();` and delete...