feat: just did the stuff
Python Lint CI / ruff (push) Successful in 50s
Python Lint CI / ruff-format-check (push) Successful in 49s
Python Test CI / coverage (push) Failing after 50s
Python Lint CI / ty (push) Successful in 50s

This commit is contained in:
2026-06-15 13:17:11 +02:00
parent dcfe91453d
commit a18c066f97
12 changed files with 445 additions and 277 deletions
+21
View File
@@ -19,3 +19,24 @@ pipx run --spec git+https://git.klemek.fr/klemek/cool-domain cool-domain
# run with uvx
uvx --from git+https://git.klemek.fr/klemek/cool-domain cool-domain
```
## Usage
```txt
usage: cool-domain [-h] [--count DOMAIN_COUNT] [--lang {english,french}] [--dig | --no-dig] [--debug | --no-debug] [--quiet | --no-quiet]
[--cache | --no-cache] [--cache-file CACHE_FILE] [--tld-list-uri TLD_LIST_URI]
options:
-h, --help show this help message and exit
--count DOMAIN_COUNT number of domains to generate (default: 1)
--lang {english,french}
word list lang (default: english)
--dig, --no-dig check availability with dig (default: true)
--debug, --no-debug
--quiet, --no-quiet
--cache, --no-cache use cache (default: true)
--cache-file CACHE_FILE
cache file location (default: /tmp/.cool-domain-cache)
--tld-list-uri TLD_LIST_URI
Top Level Domains list (default: https://publicsuffix.org/list/public_suffix_list.dat)
```