Expand description
tty-web โ web-based terminal emulator.
Opens a real PTY in the browser over WebSocket. Each connection is backed by a persistent session that survives tab closes and reconnects.
Modulesยง
- config ๐
- CLI configuration parsed from flags and environment variables.
- pty ๐
- UNIX pseudo-terminal (PTY) allocation and window-size control.
- session ๐
- Persistent terminal sessions with scrollback and lifecycle management.
- terminal ๐
- High-level terminal abstraction over a PTY.
- web ๐
- HTTP and WebSocket server built on Axum.
Functionsยง
- main ๐
- shutdown_
signal ๐