#shell #tmux #terminal #tty #persistence #command-line-tool

libshpool

libshpool contains the implementation of the shpool tool, which provides a mechanism for establishing lightweight persistant shell sessions to gracefully handle network disconnects

2 unstable releases

0.6.0 Apr 5, 2024
0.5.0 Feb 28, 2024

#31 in #tty

Download history 134/week @ 2024-02-26 7/week @ 2024-03-04 16/week @ 2024-03-11 126/week @ 2024-04-01 14/week @ 2024-04-08

141 downloads per month
Used in shpool

Apache-2.0

235KB
4.5K SLoC

libshpool

libshpool contains the meat of the implementation for the shpool command line tool. You almost certainly don't want to be using it directly, but with it you can create a wrapper binary. It mostly exists because we want to add monitoring to an internal google version of the tool, but don't believe that telemetry belongs in an open-source tool. Other potential use-cases such as incorporating a shpool daemon into an IDE that hosts remote terminals could be imagined though.

Integrating

In order to call libshpool, you must keep a few things in mind. In spirit, you just need to call libshpool::run(libshpoo::Args::parse()), but you need to take care of a few things manually.

  1. Handle the version subcommand. Since libshpool is a library, the output will not be very good if the library handles the versioning.
  2. Depend on the motd crate and call motd::handle_reexec() in your main function.

Dependencies

~8–20MB
~260K SLoC