diff options
Diffstat (limited to 'doc/TUI.md')
| -rw-r--r-- | doc/TUI.md | 49 |
1 files changed, 25 insertions, 24 deletions
@@ -53,39 +53,39 @@ if `Clear on Search` is off in settings, results accumulate across searches. pre ## keyboard shortcuts ### global -| key | what | -|-----|------| -| `F1` | toggle help overlay | -| `F2` | open/close export popup | -| `Ctrl+C` | quit | -| `s` | cancel running search | -| `Tab` / `Shift+Tab` | cycle between panels | -| `Esc` | close help/dropdown, or clear selection in current panel | +| key | what | +|---------------------|----------------------------------------------------------| +| `F1` | toggle help overlay | +| `F2` | open/close export popup | +| `Ctrl+C` | quit | +| `s` | cancel running search | +| `Tab` / `Shift+Tab` | cycle between panels | +| `Esc` | close help/dropdown, or clear selection in current panel | ### search bar -| key | what | -|-----|------| -| `Enter` | start the search | -| typing | works normally when no search is running | -| `Home` / `End` | jump to start/end of input | +| key | what | +|----------------|------------------------------------------| +| `Enter` | start the search | +| typing | works normally when no search is running | +| `Home` / `End` | jump to start/end of input | ### results -| key | what | -|-----|------| -| `Up` / `Down` | navigate the list | -| `Enter` | add highlighted domain to favorites | -| mouse scroll | scroll through results | +| key | what | +|---------------|-------------------------------------| +| `Up` / `Down` | navigate the list | +| `Enter` | add highlighted domain to favorites | +| mouse scroll | scroll through results | ### favorites -| key | what | -|-----|------| -| `Up` / `Down` | navigate | +| key | what | +|------------------------|-----------------------------| +| `Up` / `Down` | navigate | | `Backspace` / `Delete` | remove the focused favorite | ### settings -| key | what | -|-----|------| -| `Up` / `Down` | move between settings rows | +| key | what | +|-------------------|-------------------------------------------------| +| `Up` / `Down` | move between settings rows | | `Enter` / `Space` | toggle checkboxes or open the TLD list dropdown | ### scratchpad @@ -108,6 +108,7 @@ theres 4 things in there: - **Show Unavailable** checkbox: toggles whether taken domains show with premium details in results - **Show Notes Panel** checkbox: toggles the scratchpad panel on the left - **Clear on Search** checkbox: if on, results get cleared before each new search. if off they pile up for the true hoarding feeling. +// todo add the job amount selector here too oh and settings auto save to config |
