← Back to tools
View AGENTS.md for GoTTY
Description
GoTTY turns CLI tools into web applications. It runs a command and starts a server so that the output can be displayed in a web page. This allows sharing terminal sessions with anyone who has a web browser.
AI Summary
Turn CLI tools into web applications accessible through a browser
Capabilities
- + Share terminal output via a web browser
- + Run any CLI command and serve its output over HTTP
- + Support both read-only and interactive modes
Use When
- → You want to share terminal output with people via a web browser
- → You need to expose CLI tools as web applications
Avoid When
- x You need production-grade web terminal solutions