Fix #6: Make advanced filtering reachable from the TUI

This commit is contained in:
Philip Henning 2026-09-04 14:47:38 +02:00
parent 780d9c12fe
commit 97b4875aca
6 changed files with 723 additions and 0 deletions

View file

@ -13,6 +13,8 @@ on macOS and Linux.
## What it does
- Browses, searches, and sorts active and inactive Host Entries.
- Filters Host Entries by status, entry type, DNS resolution state, and search
fields.
- Hides or shows protected localhost and broadcasthost Default Entries.
- Adds, edits, deletes, activates, deactivates, and reorders Host Entries.
- Creates DNS Entries and manually refreshes their resolved IP addresses.
@ -65,6 +67,7 @@ including persistence behavior and manual recovery.
| `d` | Delete the selected Host Entry |
| `Space` | Activate or deactivate the selected Host Entry |
| `Ctrl+S` | Save the current in-memory state |
| `Ctrl+F` | Open advanced filters |
| `?` | Show help |
| `q` or `Ctrl+C` | Quit |