Fix readme formatting
This commit is contained in:
parent
0d953dbd6b
commit
ffb2756899
10
README.md
10
README.md
|
@ -1,13 +1,13 @@
|
|||
# TUI scripts
|
||||
## 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
|
||||
- `a` - for managing apt packages
|
||||
- `g` - for managing git repo
|
||||
- `a` - for managing `apt` packages
|
||||
- `g` - for managing `git` repositories
|
||||
- `s` - for managing systemd services
|
||||
- `k` - for managing kubernetes (depends on kubectl)
|
||||
- `r` - for running named commands from ~/.aliases.txt file
|
||||
- `k` - for managing kubernetes (depends on `kubectl`)
|
||||
- `r` - for running named commands from `~/.aliases.txt` file
|
||||
|
||||
![Sripts in action](./images/scripts_in_action.gif)
|
||||
|
||||
|
|
Loading…
Reference in New Issue