ssft.sh
Shell Scripts Frontend Tool
Install
- All systems
-
curl cmd.cat/ssft.sh.sh
- Debian
-
apt-get install ssft
- Ubuntu
-
apt-get install ssft
- Kali Linux
-
apt-get install ssft
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ssft
- Raspbian
-
apt-get install ssft
- Dockerfile
- dockerfile.run/ssft.sh
ssft
Shell Scripts Frontend Tool
Shell function library useful to build shell script frontends. The library defines a set of functions to display messages and read values from the user on X (using zenity or kdialog) or console (using dialog or plain text) and has been designed to be used by sourcing the library code from other scripts. The library supports L10N if gettext.sh is installed.