feat: custom word list

This commit is contained in:
2026-06-15 15:09:27 +02:00
parent f91384173b
commit 85a1c47c8c
6 changed files with 31 additions and 15 deletions
+7 -4
View File
@@ -23,15 +23,18 @@ uvx --from git+https://git.klemek.fr/klemek/cool-domain cool-domain
## Usage
```txt
usage: cool-domain [-h] [--count DOMAIN_COUNT] [--lang {english,french}] [--words WORD_COUNT] [--dig | --no-dig] [--debug | --no-debug]
[--quiet | --no-quiet] [--cache | --no-cache] [--cache-file CACHE_FILE] [--tld-list-uri TLD_LIST_URI]
usage: cool-domain [-h] [--count DOMAIN_COUNT] [--words WORD_COUNT] [--lang {english,french,custom}] [--custom-words CUSTOM_WORDS]
[--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)
--words WORD_COUNT number of words per domain (default: 1)
--lang {english,french,custom}
word list lang (default: english)
--custom-words CUSTOM_WORDS
custom word list location (default: words.txt)
--dig, --no-dig check availability with dig (default: true)
--debug, --no-debug
--quiet, --no-quiet