Projects
- Selfnotes (Jun 2026 - Present)
A small CLI that manages a journal-style notes filesystem. It creates dated journal entries and named entries in custom folders (like tickets), each from a configurable template.
- Clean-dev-dirs (May 2025 - Present)
A fast, parallel scanner that reclaims disk space from build artifacts across sixteen language ecosystems. It moves directories to the trash by default rather than calling
rm -rf, and emits JSON for scripting. - Rona (Apr 2025 - Present)
A Rust CLI for a Conventional Commits git workflow: staging with exclusion patterns, templated commit messages, GPG auto-detection, and a sync subcommand. Its configurable [[extra_fields]] system came directly out of working with strict commit conventions at Affluences, pulling INT-XXXX ticket numbers from branch names and suggesting scopes from recent history. On crates.io and Homebrew.