Add terminal UI and update README
This commit is contained in:
parent
9b52c19d86
commit
e54c510f74
2 changed files with 23 additions and 98 deletions
23
README.md
23
README.md
|
|
@ -110,3 +110,26 @@ db 192.168.1.20 root
|
|||
* Lines starting with `#` are ignored
|
||||
* Empty lines are ignored
|
||||
* Requires passwordless SSH access
|
||||
|
||||
🖥️ Terminal UI
|
||||
|
||||
You can also use the interactive terminal menu:
|
||||
|
||||
update-manager-ui
|
||||
Features
|
||||
|
||||
Check all hosts
|
||||
|
||||
View hosts file
|
||||
|
||||
Edit hosts file
|
||||
|
||||
Add host
|
||||
|
||||
Remove host
|
||||
|
||||
Requirements
|
||||
|
||||
The UI uses whiptail. Install it if needed:
|
||||
|
||||
sudo apt update && sudo apt install whiptail -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue