Tag
A native graphical shell for SSH, Outer Shell, provides a browser-based interface for remote servers, using HTTP apps over Unix sockets with SSH encryption, enabling a new ecosystem of graphical server apps.
This article explains the concept of self-calling executables, where a program starts another instance of itself, and demonstrates its use in Go testing (running the main function in a subprocess) and in TUI tools (e.g., jjui using SSH_ASKPASS to prompt for passwords via a child process).