Fix #6: Make advanced filtering reachable from the TUI
This commit is contained in:
parent
780d9c12fe
commit
6d4a4ccc19
6 changed files with 734 additions and 0 deletions
|
|
@ -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 |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue