Ricardo's Tools

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.

📦 View on GitHub

Quick Start

# 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

Available Tools

Tools will be listed here as they are added to the repository.

Python Tools

Coming soon...

Bash Scripts

Coming soon...

Philosophy

Documentation