Add terminal UI and update README

This commit is contained in:
Ed Nielsen 2026-03-18 15:17:54 +01:00
parent 9b52c19d86
commit e54c510f74
2 changed files with 23 additions and 98 deletions

View file

@ -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