JaLnYn / websocket-ide

MIT License
53 stars 3 forks source link

TERMINAL #1

Closed JaLnYn closed 1 week ago

JaLnYn commented 3 weeks ago

For a IDE to be useable, it needs some sort of terminal so we can run stuff and interact with other linux commands.

I'll be writing a api for terminal. Currently looking into:

  1. https://github.com/Eugeny/russh
  2. https://docs.rs/portable-pty/latest/portable_pty/
JaLnYn commented 1 week ago

Completed with: https://github.com/JaLnYn/websocket-ide/pull/4