GoTTY turns any command-line tool into a web application, letting you access and interact with it via a browser.
GoTTY converts any command-line tool into a web application, making your terminal accessible via a browser. Simply run `gotty <command>` to serve a live session, like `gotty top`, on a specified port (default 8080). It supports features like basic authentication with `--credential` and write permissions with `--permit-write` for interactive sessions.
GoTTY turns any command-line tool into a web application, letting you access and interact with it via a browser.
Anyone needing to share or access a terminal session or CLI tool output through a web browser will find GoTTY useful.