Make shpool Easier to Use
shpool is a tool like tmux and screen to keep persistent shell sessions across hangups.
It’s quite new (first released 2023), and extremely simple to use.
Usually I only need one persistent shell in remote machine, and this tool, unlike tmux,
is designed to support only one shell per session.
That makes me very satisfied.
Currently there is no Bash auto-complete setup provided from the official repo. Therefore I implemented one for myself. With that, I can make my life easier. 🤣
1 | shpool <tab> # complete sub-commands like attach / list / help ... |
Here is the auto-complete setup script for Bash, for anyone who have same requirement.
1 | # shellcheck shell=bash |
Wish this tool gain more public notice!
- GitHub Link: https://github.com/shell-pool/shpool