From 244b9439b9e702d78837ef29f0526b0da545bb00 Mon Sep 17 00:00:00 2001 From: UMTS at Teleco Date: Sun, 8 Mar 2026 07:47:28 +0100 Subject: hoppla --- README.md | 26 +++++++++++--------------- doc/pics/geil.png | Bin 0 -> 102261 bytes 2 files changed, 11 insertions(+), 15 deletions(-) create mode 100644 doc/pics/geil.png diff --git a/README.md b/README.md index de3fdfa..2245bf0 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,8 @@ you can export stuff from tui wow! ### cli example -put a CLI output screenshot here later - - +Have a banger name for a website but dont know what domains for that name are free ? just type hoardom and it gives you the answer in two seconds! +![BOAHGEIL](doc/pics/geil.png) ## quick start @@ -82,37 +81,32 @@ cargo run -- --tui some normal CLI examples: ```bash -cargo run -- coolproject -cargo run -- coolproject.io +cargo run -- pissnelke +cargo run -- drowogen.network cargo run -- --list Country hoardom ``` import a custom list and jump into the TUI: ```bash -cargo run -- --import-filter ./doc/example-custom-list.toml --tui +cargo run -- --import-filter ./doc/example-list.toml --tui ``` -refresh the RDAP cache manually: - -```bash -cargo run -- --refresh-cache -``` ## docs -the proper usage docs live here cause i didnt want this readme to turn into a kilometer long wall of flags: +the proper usage docs live here cause i didnt want this readme to turn into a kilometer ah receipt paper - [CLI usage](doc/CLI.md) - [TUI usage](doc/TUI.md) -so yeah if you want the actual button/key stuff or the CLI flag soup, go there. +so yeah if you want the actual button for button docs go there, but expect part of it to be llm slop as i am not writing a manual describing each button or feature for what was supposed to be a 2 hour simple cli tool that turned into a 1.5 day project because i have too much spice. ## custom lists there is an importable example file here: -- [`doc/example-custom-list.toml`](doc/example-custom-list.toml) +- [`doc/example-list.toml`](doc/example-list.toml) custom lists are just simple toml files with a name and a `tlds` array. @@ -129,5 +123,7 @@ then import it with: cargo run -- --import-filter ./path/to/list.toml --tui ``` +which ads it to your config.toml environment filet + ## did i use ai for coding this ? -for helping me fix bugs yea obv. other than that only some markdown structures as guidance were made by agentic llms and comments to the code were sanetized from very harsh swearing by an llm lol. +for helping me fix bugs yea obv. other than that only some markdown structures and basic crap i didnt wanna do or as guidance on how to go about stuff was done by llms and comments to the code were sanetized from very harsh swearing by an llm lol. diff --git a/doc/pics/geil.png b/doc/pics/geil.png new file mode 100644 index 0000000..2d044e6 Binary files /dev/null and b/doc/pics/geil.png differ -- cgit v1.2.3-70-g09d2