dis da fun mode. makes u feel like hackerman or smth, launch it with:
hoardom --tui
or from source like a true alpha:
cargo run -- --tui
you can also pass CLI flags alongside --tui and theyll apply as the starting config. like if you want to start with the Country list and some prioritized TLDs:
hoardom --tui --list Country --top ch,li
the TUI has a few panels:
and since version 1.0.1 theres also a top bar with an export button and help button.
type a domain suffix or full domain in the search bar and press Enter. you can search multiple things at once seperated by spaces or commas:
coolproject shitproject durchfall
or mix full domains and suffixes:
coolproject.ch shitproject
results stream in as they come back, theres a progress bar at the top of the results panel during a search.
you can keep typing in the search bar while a search is running to prepare your next query. starting a new search is blocked until the current one finishes.
press Ctrl+C during a search to cancel it if youre impatient.
if Clear on Search is off in settings, results accumulate across searches. press Ctrl+X to clear manually.
oh and unicode domains work too! type müller and itll get converted to punycode for the lookup, but results display the nice unicode version back to you.
| key | what |
|---|---|
F1 |
toggle help overlay (scrollable btw) |
F2 |
open/close export popup |
Esc |
quit (closes help/dropdown/export first if open) |
Ctrl+C |
cancel running search / copy to clipboard |
Ctrl+V |
paste from clipboard (into search bar or notes) |
Ctrl+X |
clear results |
Ctrl+S |
focus search bar |
Ctrl+N |
focus notes panel |
Ctrl+R |
focus results |
Ctrl+F |
focus favorites |
Ctrl+P |
focus preferences (settings) |
Tab / Shift+Tab |
cycle between panels |
| key | what |
|---|---|
Enter |
start the search |
| typing | works even while a search is running |
Home / End |
jump to start/end of input |
| key | what |
|---|---|
Up / Down |
navigate the list |
Enter |
add highlighted domain to favorites |
| mouse scroll | scroll through results |
| key | what |
|---|---|
Up / Down |
navigate |
Backspace / Delete |
remove the focused favorite |
| key | what |
|---|---|
Up / Down |
move between settings rows |
Enter / Space |
toggle checkboxes or open the TLD list dropdown |
+ / - |
adjust concurrent jobs count |
the jobs setting also has clickable [-] and [+] buttons below it.
the TLD list dropdown is scrollable with mouse wheel and arrow keys.
| key | what |
|---|---|
| typing | just type, its a textbox |
Ctrl+K |
clear current line |
| mouse | click to place cursor |
mouse is on by default. you can click and interact with stuff
if you hate mouse in terminal apps (or your terminal doesnt like it for reasons) can be disabled :
hoardom --tui --no-mouse
theres 4 things in there:
[-] and [+] buttons: controls how many concurrent lookups run at onceoh and settings auto save to config
when you find a domain you like in the results, highlight it and press Enter to add it to favorites. favorites show up in the right panel and persist across sessions.
if you (for whatever reason) decide to stop hoard domains in ther you can REMOVE THEM OMG WHAT CRAZY AHH FEATURE I KNOW RIGHT ???, focus the favorites panel, navigate to it, and hit Backspace or Delete.
press F2 or click the Export batten in the top bar.
two modes:
will warn u when u bouta overwrite ur precious files and also last used export paths get remembered for faster extorting.
if you resize the terminal too small, hoardom will refuse to work and complain about being claustrophone! please respect its feelings and dont scare it like that
--import-list alongside --tui to import a list and jump straight into the TUI with it--verbose works in TUI too, it prints debug stuff to stderr (which you wont see in the TUI itself, but its there if you redirect it)--no-color also works here for your 90's dial up crt tty