A collection of command-line utilities and scripts
This is a collection of command-line tools organized by implementation language,
designed to be simple, self-contained, and immediately runnable using uv run.
# Run a Python tool from URL
uv run https://raw.githubusercontent.com/crypdick/tools/main/python/your-tool.py
# Or clone and run locally
git clone https://github.com/crypdick/tools.git
cd tools
uv run python/your-tool.py
Tools will be listed here as they are added to the repository.
Coming soon...
Coming soon...
uv run works without setup