7 ms·
I am very curious how this is built, I would like to build similar SSH interactive experiences. Any resources and how to get started would be really appreciated
by worker_thread 2y ago
I am very curious how this is built, I would like to build similar SSH interactive experiences. Any resources and how to get started would be really appreciated. (I know how to setup a basic TCP server that listens on SSH port, but I really don't know how to implement navigation etc for the SSH experience)
- zedutchgandalf 2y agoI think they use Wish in Go: https://github.com/charmbracelet/wish https://github.com/charmbracelet/wish The company making this, charm.sh, has a whole bunch of cool cli frameworks