From 4cc3e2bf861ba04e3924e337b9ac5d3e8d21eb02 Mon Sep 17 00:00:00 2001 From: UMTS at Teleco Date: Sun, 8 Mar 2026 15:09:27 +0100 Subject: sexy --- src/cli.rs | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 297e4e3..e4f905b 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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 -- cgit v1.2.3-70-g09d2