smenu
curse-based CLI selection box
Install
- All systems
-
curl cmd.cat/smenu.sh
- Debian
-
apt-get install smenu
- Ubuntu
-
apt-get install smenu
- Kali Linux
-
apt-get install smenu
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install smenu
- Dockerfile
- dockerfile.run/smenu
smenu
curse-based CLI selection box
smenu is a command-line utility that allows you to use words coming from the standard input to create a nice selection window just below the cursor. Your selection will then be sent to standard output. You can use it to create interactive menus in scripts, for instance.