2024-03-16 15:43:03 +00:00
|
|
|
# GUI scripts
|
|
|
|
## Description
|
|
|
|
GUI scripts for popular cli tools, based on dialog and fzf
|
|
|
|
|
|
|
|
## Scripts
|
2024-03-16 15:51:56 +00:00
|
|
|
- `a` - for managing apt packages
|
|
|
|
- `g` - for managing git repo
|
|
|
|
- `s` - for managing systemd services
|
|
|
|
- `r` - for running named commands from ~/.aliases.txt file
|
2024-03-16 15:43:03 +00:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
Download .deb package from Releases, then install it
|
|
|
|
```
|
|
|
|
sudo apt install ./Downloads/gui-scripts_1.1-1.deb
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|