gotty

Share your terminal as a web application (by yudai)

Gotty Alternatives

Similar projects and alternatives to gotty

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gotty alternative or higher similarity.

gotty reviews and mentions

Posts with mentions or reviews of gotty. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-17.
  • Connect to Docker Containers with GoTTY
    2 projects | dev.to | 17 Feb 2023
    GoTTY: Share your terminal as a web application Caddy
  • Terminal to web app: a new paradigm?
    2 projects | reddit.com/r/commandline | 13 Feb 2023
    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.
  • Converting old Lenovo R60 era Laptop into terminal/text mode only linux utility machine
    15 projects | reddit.com/r/digitalminimalism | 26 Dec 2022
    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 - https://github.com/jeffkowalski/geeknote - https://github.com/insanum/sncli - https://github.com/visit1985/mdp - https://github.com/astefanutti/decktape - https://github.com/insanum/gcalcli - https://github.com/pimutils/khal - https://dianne.skoll.ca/projects/remind/ - https://github.com/zquestz/s - https://github.com/yudai/gotty - https://github.com/axiros/terminal_markdown_viewer - https://github.com/chubin/wttr.in - https://github.com/schachmat/wego - https://github.com/tldr-pages/tldr
  • Access SSH through web ui.
    4 projects | reddit.com/r/selfhosted | 19 Oct 2022
  • Is there a way to run the status from the web for webui?
    3 projects | reddit.com/r/StableDiffusion | 17 Sep 2022
    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.
  • /bin/sh: gotty: not found
    2 projects | reddit.com/r/docker | 9 Sep 2022
    Dockerfile [email protected]:~/Projects/gotty# more Dockerfile FROM library/busybox as downloader ADD https://github.com/yudai/gotty/releases/latest/download/gotty_linux_amd64.tar.gz /download/gotty.tar.gz RUN cd /download \ && tar -xf /download/gotty.tar.gz \ && chmod a+x /download/gotty FROM library/alpine:latest RUN apk add libc6-compat COPY --from=downloader /download/gotty /usr/local/bin/gotty CMD /usr/local/bin/gotty
    2 projects | reddit.com/r/docker | 9 Sep 2022
    RUN apk --no-cache add wget && \ wget -O gotty.tar.gz https://github.com/yudai/gotty/releases/latest/download/gotty_linux_amd64.tar.gz && \tar xf gotty.tar.gz && \ mv gotty /usr/local/bin/gotty && \ chmod a+x /usr/local/bin/gotty && \ rm -rf gotty.tar.gz && \apk del wget
  • Unix in the Browser Tab
    5 projects | news.ycombinator.com | 6 Jan 2022
    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

  • How to use emacs inside browser like vscode does? Any possibilities?
    4 projects | reddit.com/r/emacs | 28 Oct 2021
    You can use Gotty with terminal emacs:
  • Example of a web app interacting with backend process via terminal-like interface?
    4 projects | reddit.com/r/haskell | 28 Oct 2021
    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
  • A note from our sponsor - #<SponsorshipServiceOld:0x00007f1610aeaec0>
    www.saashub.com | 29 Mar 2023
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic gotty repo stats
15
17,609
0.0
5 days ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com