diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 15:09:27 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 15:09:27 +0100 |
| commit | 4cc3e2bf861ba04e3924e337b9ac5d3e8d21eb02 (patch) | |
| tree | cceef17fb6199d3218e4d1a8a7836322b76faa86 /src/cli.rs | |
| parent | c73146a40e3885b0aa796c48babf8971a604e6bb (diff) | |
sexy
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 33 |
1 files changed, 15 insertions, 18 deletions
@@ -135,13 +135,16 @@ Mode : --tui Easy to use Terminal based Graphical user interface Basics : --e --environement=PATH Define where .hoardom folder should be - Defaults to /home/USER/.hoardom/ - Stores settings, imported lists, favs, cache etc. -a --all Show all in list even when unavailable - (Unless changed after launch in TUI mode) +-H --fullhelp Show full help --H --fullhelp Show full help", +Example usage : +hoardom --tui Launch Terminal UI. +hoardom idea.com See if idea.com is available +hoardom -a idea1 idea2 See Table of available domains starting with that + + +", env!("CARGO_PKG_VERSION") ); } @@ -157,18 +160,14 @@ Mode : --tui Easy to use Terminal based Graphical user interface Basics : --e --environement=PATH Define where .hoardom folder should be - Defaults to /home/USER/.hoardom/ - Stores settings, imported lists, favs, cache etc. -a --all Show all in list even when unavailable - (Unless changed after launch in TUI mode) +-c --csv=PATH Out in CSV, Path is optional +-l --list=LIST Built in TLD Lists are : {} Advanced : --c --csv=PATH Out in CSV,Path is optional - if path isnt given will be printed to terminal with no logs --l --list=LIST Built in TLD Lists are : {} - Selects which list is applied - (Unless changed after launch in TUI mode) +-e --environement=PATH Define where .hoardom folder should be + Defaults to /home/USER/.hoardom/ + Stores settings, imported lists, favs, cache etc. -i --import-filter=PATH Import a custom toml list for this session -t --top=TLD,TLD Set certain TLDs to show up as first result for when you need a domain in your country or for searching @@ -182,13 +181,11 @@ Advanced : Various : -j --jobs=NUMBER Number of concurrent lookup requests - How many TLDs to look up at the same time (default: 1) + How many TLDs to look up at the same time (default: 32) -D --delay=DELAY Set the global delay in Seconds between lookup requests -R --retry=NUMBER Retry NUMBER amount of times if domain lookup errors out -V --verbose Verbose output for debugging --A --autosearch=FILE Search for names/domains in text file one domain per new line, - lines starting with invalid character for a domain are ignored - (allows for commenting) +-A --autosearch=FILE Search for names/domains in text file one domain per new line -C --no-color Use a monochrome color scheme -U --no-unicode Do not use unicode only plain ASCII -M --no-mouse Disable the mouse integration for TUI |
