From 36c24fbdd5fec1750bf2fae473547760eff7aff4 Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sat, 16 Mar 2024 18:43:03 +0300 Subject: [PATCH] Add README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a6a356 --- /dev/null +++ b/README.md @@ -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 +``` + + +