Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 704 Bytes

File metadata and controls

23 lines (20 loc) · 704 Bytes

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/