Terminal user interface scripts for popular cli tools such as apt, systemctl, git, kubectl. Based on dialog and fzf
Digital Studium f30d0805aa | ||
---|---|---|
screenshots | ||
.aliases.txt | ||
.gitignore | ||
README.md | ||
VERSION | ||
a | ||
create_deb_package.sh | ||
f | ||
g | ||
lk | ||
r | ||
s |
README.md
GUI scripts
Description
GUI scripts for popular cli tools, based on dialog and fzf
Scripts
a
- for managing apt packagesg
- for managing git repos
- for managing systemd servicesr
- for running named commands from ~/.aliases.txt filef
- openlf
file managerlk
- listen for keys above (exceptr
)
See Screenshots section
Installation
Ubuntu/Debian-based
Download .deb package from Releases, then install it
sudo apt install ~/Downloads/gui-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/gui-scripts.git
sudo cp gui-scripts/{a,g,s,r} /usr/local/bin/