2026-06-15 15:09:27 +02:00
2026-06-15 15:09:27 +02:00
2026-06-15 11:00:32 +02:00
2026-06-15 11:00:32 +02:00
2026-06-15 08:11:11 +00:00
2026-06-15 15:09:27 +02:00
2026-06-15 11:00:32 +02:00
2026-06-15 08:11:11 +00:00
2026-06-15 14:40:07 +02:00
2026-06-15 14:43:55 +02:00
2026-06-15 15:09:27 +02:00
2026-06-15 14:43:55 +02:00

Cool Domain

Find a cool unclaimed domain names from the terminal

Quickstart

Run either from python3, pipx or uvx

# install with pip
python3 -m pip install git+https://git.klemek.fr/klemek/cool-domain
python3 -m cool-domain

# run with pipx
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

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)
  --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
  --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)
S
Description
No description provided
Readme
238 KiB
2026-06-16 09:31:53 +00:00
Languages
Python 80.3%
Makefile 19.7%