Terminal user interface scripts for popular cli tools such as apt, systemctl, git, kubectl. Based on dialog and fzf
Digital Studium e408fe54f6 | ||
---|---|---|
images | ||
.aliases.txt | ||
.gitignore | ||
README.md | ||
VERSION | ||
a | ||
create_deb_package.sh | ||
g | ||
k | ||
r | ||
s |
README.md
TUI scripts
Description
Terminal user interface scripts for popular cli tools such as apt, systemctl, git, kubectl. Based on dialog and fzf
Scripts
a
- for managing apt packagesg
- for managing git repos
- for managing systemd servicesk
- for managing kubernetes (depends on kubectl)r
- for running named commands from ~/.aliases.txt file
Installation
Ubuntu/Debian-based
Download .deb package from Releases, then install it
sudo apt install ~/Downloads/tui-scripts_*.deb
Other linux distros
Install dependencies: fzf
, dialog
, xdotool
, x11-xkb-utils
Then clone this repo and copy all scripts to one of the PATH folder:
git clone https://git.digitalstudium.com/digitalstudium/tui-scripts.git
sudo cp tui-scripts/{a,g,s,r,k} /usr/local/bin/