Terminal user interface scripts for popular cli tools such as apt, systemctl, git, kubectl. Based on dialog and fzf
Go to file
Digital Studium fd302b3275 Add new commands 2024-03-29 10:23:10 +03:00
screenshots Add screenshots 2024-03-16 19:48:00 +03:00
.aliases.txt Add new commands 2024-03-29 10:23:10 +03:00
.gitignore Add .gitignore 2024-03-16 18:53:14 +03:00
README.md Fix s image 2024-03-17 07:19:40 +03:00
VERSION Add new commands 2024-03-29 10:23:10 +03:00
a Add new commands 2024-03-29 10:23:10 +03:00
create_deb_package.sh Initial commit 2024-03-16 18:34:40 +03:00
g Add new commands 2024-03-29 10:23:10 +03:00
r Add new commands 2024-03-29 10:23:10 +03:00
s Add trap SIGINT 2024-03-29 09:50:32 +03:00

README.md

GUI scripts

Description

GUI scripts for popular cli tools, based on dialog and fzf

Scripts

  • a - for managing apt packages
  • g - for managing git repo
  • s - for managing systemd services
  • r - for running named commands from ~/.aliases.txt file

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/

Screenshots

s

Choose service Choose action

g

Choose action Add commit message

a

Choose action Choose package

r

Choose command && run