Files
cool-domain/README.md
T
klemek dcfe91453d
Python Lint CI / ruff-format-check (push) Successful in 45s
Python Lint CI / ruff (push) Successful in 46s
Python Lint CI / ty (push) Successful in 46s
Python Test CI / coverage (push) Successful in 55s
docs(README): update quickstart and add title
2026-06-15 11:30:25 +02:00

22 lines
862 B
Markdown

[![](https://git.klemek.fr/klemek/cool-domain/actions/workflows/lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/cool-domain/actions?workflow=lint.yml) [![](https://git.klemek.fr/klemek/cool-domain/actions/workflows/test.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/cool-domain/actions?workflow=test.yml)
# Cool Domain
> Find a cool unclaimed domain names from the terminal
## Quickstart
Run either from python3, [pipx](https://pipx.pypa.io/stable/) or [uvx](https://docs.astral.sh/uv/guides/tools/)
```bash
# 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
```