diff options
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 |
