Add animation

This commit is contained in:
Digital Studium 2024-04-06 18:30:24 +03:00
parent 9060397309
commit 739ef41745
9 changed files with 538 additions and 15 deletions

View File

@ -8,8 +8,7 @@ Terminal user interface scripts for popular cli tools such as apt, systemctl, gi
- `s` - for managing systemd services - `s` - for managing systemd services
- `k` - for managing kubernetes (depends on kubectl) - `k` - for managing kubernetes (depends on kubectl)
- `r` - for running named commands from ~/.aliases.txt file - `r` - for running named commands from ~/.aliases.txt file
![Sripts in action](./images/scripts_in_action.svg)
See [Screenshots](#screenshots) section
## Installation ## Installation
### Ubuntu/Debian-based ### Ubuntu/Debian-based
@ -25,16 +24,3 @@ Then clone this repo and copy all scripts to one of the PATH folder:
git clone https://git.digitalstudium.com/digitalstudium/tui-scripts.git git clone https://git.digitalstudium.com/digitalstudium/tui-scripts.git
sudo cp tui-scripts/{a,g,s,r,k} /usr/local/bin/ sudo cp tui-scripts/{a,g,s,r,k} /usr/local/bin/
``` ```
## Screenshots
### s
![Choose service](./screenshots/2024-03-16-192529_1883x1000_scrot.png)
![Choose action](./screenshots/2024-03-16-192537_749x517_scrot.png)
### g
![Choose action](./screenshots/2024-03-16-191200_847x602_scrot.png)
![Add commit message](./screenshots/2024-03-16-191212_753x423_scrot.png)
### a
![Choose action](./screenshots/2024-03-16-191235_719x514_scrot.png)
![Choose package](./screenshots/2024-03-16-191251_1897x1003_scrot.png)
### r
![Choose command && run](./screenshots/2024-03-16-192622_1882x215_scrot.png)

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB