aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUMTS at Teleco <crt@teleco.ch>2026-03-08 15:09:27 +0100
committerUMTS at Teleco <crt@teleco.ch>2026-03-08 15:09:27 +0100
commit4cc3e2bf861ba04e3924e337b9ac5d3e8d21eb02 (patch)
treecceef17fb6199d3218e4d1a8a7836322b76faa86 /doc
parentc73146a40e3885b0aa796c48babf8971a604e6bb (diff)
sexy
Diffstat (limited to 'doc')
-rw-r--r--doc/CLI.md6
-rw-r--r--doc/TUI.md49
2 files changed, 28 insertions, 27 deletions
diff --git a/doc/CLI.md b/doc/CLI.md
index 63ca92f..4f53102 100644
--- a/doc/CLI.md
+++ b/doc/CLI.md
@@ -48,7 +48,7 @@ hoardom coolproject mysite bigidea
| Flag | Description |
|-----------------------------|-------------------------------------------------------------------|
-| `-j, --jobs=NUMBER` | Number of concurrent lookup requests (default: 1). Controls how many TLDs are looked up at the same time. Higher values speed up searches but may trigger rate limiting from RDAP/WHOIS servers. Max 99. |
+| `-j, --jobs=NUMBER` | Number of concurrent lookup requests (default: 32). Controls how many TLDs are looked up at the same time. Higher values speed up searches but may trigger rate limiting from RDAP/WHOIS servers. Max 99. |
| `-D, --delay=SECONDS` | Delay in seconds between lookup requests |
| `-R, --retry=NUMBER` | Retry count on lookup errors (default: 1) |
| `-V, --verbose` | Verbose output for debugging |
@@ -61,8 +61,8 @@ hoardom coolproject mysite bigidea
## Examples
```bash
-# fast search with 8 concurrent requests
-hoardom -j 8 coolproject
+# fast search with 64 concurrent requests
+hoardom -j 64 coolproject
# search with the Country TLD list
hoardom -l Country mysite
diff --git a/doc/TUI.md b/doc/TUI.md
index ff1a501..ce3ce3d 100644
--- a/doc/TUI.md
+++ b/doc/TUI.md
@@ -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