Skip to content

Terminal user interface scripts for popular cli tools such as apt, systemctl, git. Based on dialog and fzf

License

Notifications You must be signed in to change notification settings

digitalstudium/tui-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUI scripts

Description

Scripts designed to enhance your productivity with CLI tools such as apt, systemctl, and git, utilizing dialog and fzf

Scripts

  • a - for managing apt packages
  • g - for managing git repositories
  • s - for managing systemd services

Sripts in action

Installation

Linux

Install dependencies: fzf, dialog, xdotool, x11-xkb-utils e. g. on Debian/Ubuntu:

sudo apt install fzf dialog xdotool x11-xkb-utils -y

Then 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/

About

Terminal user interface scripts for popular cli tools such as apt, systemctl, git. Based on dialog and fzf

Resources

License

Stars

Watchers

Forks

Languages