Scripts designed to enhance your productivity with CLI tools such as apt, systemctl, and git, utilizing dialog and fzf
a- for managingaptpackagesg- for managinggitrepositoriess- for managing systemd services
Install dependencies: fzf, dialog, xdotool, x11-xkb-utils
e. g. on Debian/Ubuntu:
sudo apt install fzf dialog xdotool x11-xkb-utils -yThen clone this repo and copy all scripts to one of the PATH folder:
git clone https://github.com/digitalstudium/tui-scripts.git
sudo cp tui-scripts/src/{a,g,s} /usr/local/bin/
