Simple CLI tools. Each lives in its own directory; bin/ has symlinks for PATH.
# add to your shell profile
export PATH="$HOME/Documents/dev/toolbox/bin:$PATH"| Tool | Description |
|---|---|
| bcat | Pipe stdin to a browser, infers filetype |
| blinks | Find broken symlinks |
| check-math | Verify math rendering in HTML/Markdown |
| gemini2md | Convert Gemini HTML exports to Markdown |
| ips | Show local and public IP addresses |
| recorder | Record + realtime transcribe via parakeet-mlx, with crash-safe FLAC backup. Push-to-talk dictation as a subcommand. |
| reflow | Reflow Markdown text preserving code blocks |
| toks | Count tokens (tiktoken) |
| webshot | Screenshot URLs and extract page metadata |
Most tools are PEP 723 scripts that run via uv run --script -- no install step, dependencies are declared inline.