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

Can use for readonly? #83

Open niawjunior opened 4 years ago

RavianXReaver commented 4 years ago

I'd love to have this feature as well! But it seems like this project is no longer maintained...

jethrodaniel commented 4 years ago

@nitin42 you need some maintainers? I'd be glad to help

sry to piggyback on this issue, but I hate to see no longer maintained mentioned on such a nice repository.


@niawjunior, @RaveenBouy could either of you expand this issue to clearly explain the proposed feature? Thanks

RavianXReaver commented 4 years ago

@jethrodaniel Ayyy This is indeed such a nice repository and it has loads of awesome functions!

This is scenario: So in the project that am currently working, i needed a way to log to the user all of their actions and the responses in a fancy way. And then i came across this project. According to my requirements, using this project is simply overkill also it defies the use of a "Terminal".

But let's put it this way...

I'd want the user to enter a "command" and the terminal should await until the process is done before accepting anymore commands.

Proposed feature add a read-only option that can be set on/off via using states.

areebbeigh commented 4 years ago

Came here looking for the same feature. @RaveenBouy did you get this to work or are you using another solution?

Edit: Decided to go with xterm.js

RavianXReaver commented 4 years ago

Came here looking for the same feature. @RaveenBouy did you get this to work or are you using another solution?

Edit: Decided to go with xterm.js

There is no read-only option but i ended up using it anyways