nitin42 / terminal-in-react

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

Can I random text as command and let my own parser decide what action to take #76

Closed srhyderabad closed 4 years ago

srhyderabad commented 4 years ago

Instead of defining the list of commands is there a way to accept any text and let my own parser decide what to do?

misolo commented 4 years ago

I have the same question, can anyone help?