Go-pty: Procfile process manager with PTY support
3 days ago
- #terminal
- #debugging
- #process-manager
- go-pty is a process manager that runs commands from a Procfile, each in its own pseudoterminal (PTY).
- Allows attaching to any running process for interactive debuggers and REPLs using ctrl+].
- Installation methods for macOS (via Homebrew) and Linux (via direct download).
- Basic usage involves running `go-pty -f Procfile`.
- Keybindings include ctrl+] to attach/detach, ctrl+c to exit, and navigation keys in dialog mode.