diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 07:47:28 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 07:47:28 +0100 |
| commit | 244b9439b9e702d78837ef29f0526b0da545bb00 (patch) | |
| tree | 4864d96714818cf52e2e1e99cb06b5b2e676f175 /README.md | |
| parent | 6cd20735eb3176a83d6c3dfd27f30c91cd70ec3b (diff) | |
hoppla
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 11 insertions, 15 deletions
@@ -67,9 +67,8 @@ you can export stuff from tui wow! ### cli example -put a CLI output screenshot here later - -<!-- add cli screenshot here --> +Have a banger name for a website but dont know what domains for that name are free ? just type hoardom <domainsuffix> and it gives you the answer in two seconds! + ## 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. |
