nitin42 / terminal-in-react

👨‍💻 A component that renders a terminal
http://terminal-in-react.surge.sh/
MIT License
2.13k stars 151 forks source link

Paste support #79

Open AndreyDodonov-EH opened 5 years ago

AndreyDodonov-EH commented 5 years ago

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 am using your awesome component as UI for remote terminal to IOT devices (it is much nicer to do it directly in the web page, rather then finding out devices IP, switching to actual Terminal etc.). I use passthrough feature for that.

So I often need to paste things from manuals. Typing them by hand is kind of tedious.

Thank you!

kurnal commented 3 years ago

@AndreyDodonov-EH have you been able to modify the package yourself to implement this?