I love the command line and I am not fan of HTML. I recently learned about web terminals ( gotty ), got excited and I thought to myself: couldn't it be a new (old!) paradigm for web apps? This would be especially useful for back office, administration tasks. - Source: Reddit / about 1 month ago
It is absolutely possible. Use Lynx for web browsing, use TMUX for split screen, use BC for calculator, use KHAL for calendar and of course use RTV for Reddit. :-) Here is a great list of CLI apps: Https://github.com/agarrharr/awesome-cli-apps Here are some of my favorites though: - https://github.com/GothenburgBitFactory/timewarrior - https://github.com/IonicaBizau/idea -... - Source: Reddit / 3 months ago
There are programs like gotty that can show terminal output in a webpage. Some alternatives, https://alternativeto.net/software/gotty/ Like ttyd looks promising as well. - Source: Reddit / 6 months ago
I'm not actually using a library I wrote or am working on, I'm hoping to use gotty on this server, which has been setup for go get and does work when I run the same commands in the bash script manually after ssh'ing in, it just doesn't work when I run it from the command as a startup cloud-init script when the server is defined from terraform. Am I missing something? - Source: Reddit / 11 months ago
I have a demo of this here [0] (all the software is in /opt/appfs/rkeene.org). It's using GoTTY [1] for presenting a Linux pty and terminal to your browser, and a simple sandbox. [0] https://rkeene.dev/js-repl/?arg=bash [1] https://github.com/yudai/gotty. - Source: Hacker News / about 1 year ago
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... - Source: Reddit / over 1 year ago
There are other clients as gotty, but that hasn't been maintained for past few years. - Source: Reddit / over 1 year ago
Interesting side thought, there's also a Docker container for a browser-usable emacs that works by using gotty to render a tty (and the emacs running on it) in a webpage. So you could in theory have a container with both that and OCaml+opam, which would let you tuareg-mode, merlin, and the OCaml interactive mode within this browser-based emacs. - Source: Reddit / over 1 year ago
Do you know an article comparing Gotty to other products?
Suggest a link to a post with product alternatives.