Fix readme formatting

This commit is contained in:
Digital Studium 2024-04-06 21:23:10 +03:00
parent 0d953dbd6b
commit ffb2756899
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# TUI scripts # TUI scripts
## Description ## Description
Terminal user interface scripts for popular cli tools such as apt, systemctl, git, kubectl. Based on dialog and fzf Terminal user interface scripts for popular cli tools such as `apt`, `systemctl`, `git`, `kubectl`. Based on `dialog` and `fzf`
## Scripts ## Scripts
- `a` - for managing apt packages - `a` - for managing `apt` packages
- `g` - for managing git repo - `g` - for managing `git` repositories
- `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.gif) ![Sripts in action](./images/scripts_in_action.gif)