xterm-readline
wetty
xterm-readline | wetty | |
---|---|---|
1 | 11 | |
24 | 4,544 | |
- | 1.4% | |
4.8 | 1.1 | |
6 months ago | 11 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xterm-readline
-
I wrote a scheme in Rust called Marwood
In the process of implementing Marwood's web REPL, I ported rust's [Rustyline](https://github.com/kkawakam/rustyline) readline library to an Xterm.js typescript addon called [xterm-readline](https://github.com/strtok/xterm-readline/).
wetty
-
Homelab Adventures: Crafting a Personal Tech Playground
WeTTY
- What is the best ssh web based app with docker currently??
- Question about Data Transfer to New NAS
-
Anybody have a good dashboard tool recommendation?
I use wetty for a terminal in a browser. https://github.com/butlerx/wetty
-
How to expose the server terminal(truenas or any linux) with Traefik?
Youβre already running docker. Install Wetty. Works great. Make sure you have strong strong Auth though.
- Access SSH through web ui.
-
Managing SSH Sessions Doesn't Have to be a Royal Pain
Can RGNets look into integrating Wetty, terminal over https (https://github.com/butlerx/wetty) where we can ssh to devices it manages from the fleet or the rXg itself without giving direct shell access to users.
-
Charm β tools to make the command line glamorous
ttyd is a nice little web terminal: https://github.com/tsl0922/ttyd Just small, fast, low fuss C-based executable.
wetty is another good option if you want to run a nodejs app: https://github.com/butlerx/wetty
Both use xterm.js for the client terminal, which is these days the only game in town for a web terminal (it's what VS code and many other electron apps use too). It's quite good.
Do be aware though that running a web-accessible terminal is a huge security headache. You're opening up a websocket to effectively allow commands and code to run on your server. Pay attention to security and authentication options any web terminal gives you, and use them. Most are not very secure out of the box or just following their readme examples.
-
SSH from a container?
Do you mean something like Wetty?
-
Example of a web app interacting with backend process via terminal-like interface?
Hello, does anyone know of an open source project/web app/library, written in Haskell, that makes terminal interface accessible via browser? An example of what I'd like to achieve: Start R repl process withing a docker container on the backend (e.g. `docker run -it --rm rocker/r-base`) and allow user to interact with it using terminal-like interface from their browser (with stuff like TAB completion working etc.) It seems that xterm.js is a popular choice to implement the client side of such a thing, but I'm looking for some inspiration of how a backend of such an application could be implemented in Haskell. Examples in other languages that do similar thing to what I'd like: Go: https://github.com/yudai/gotty Typescript: https://github.com/butlerx/wetty
What are some alternatives?
termpair - View and control terminals from your browser with end-to-end encryption π
ttyd - Share your terminal over the web
autocomplete - IDE-style autocomplete for your existing terminal & shell
gotty - Share your terminal as a web application
marwood - An embeddable Scheme R7 Compiler & Runtime written in Rust
portal - Portal is a quick and easy command-line file transfer utility from any computer to another.