Add README

This commit is contained in:
Digital Studium 2024-03-16 18:43:03 +03:00
parent db7e78dc9c
commit 36c24fbdd5
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# 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
## Installation
Download .deb package from Releases, then install it
```
sudo apt install ./Downloads/gui-scripts_1.1-1.deb
```