Fix readme formatting
This commit is contained in:
parent
0d953dbd6b
commit
ffb2756899
10
README.md
10
README.md
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue