A CLI that syndicates markdown posts from a git repo to every platform you publish on, tracking each one in a publish lockfile.
A CLI that joins your AWS cost report to Terraform state so every line item points at the module, file, and commit that created it.
A CLI that runs EXPLAIN against a shadow database to catch table locks, missing indexes, and full scans in migrations before they hit production.
A command-line tool that transcribes your subscribed podcasts locally with whisper.cpp and lets you full-text search across every episode you've ever listened to.
A CLI that mines your bash/zsh history for repeated command sequences and turns them into named, documented runbooks your team can actually reuse.
A CLI that diffs OpenAPI specs between commits or environments and fails the build on breaking changes, catching contract drift before it ships.
A CLI that reads commits and merged PRs since your last tag, groups them by type, and drafts a changelog and release notes post for you to edit and ship.
A single-binary CLI tool that stores bookmarks in SQLite with auto-fetched excerpts and runs instant full-text search across thousands of saved URLs — no browser, no account, no cloud.
A CLI tool that hits a real HTTP endpoint, captures the response shape, and writes a TypeScript interface and optional Zod schema — no manual JSON pasting required.
A terminal flashcard app that reads decks from plain Markdown files and schedules reviews with the FSRS algorithm — no account, no sync, no proprietary format.
A terminal UI app that lets developers open any SQLite file, browse tables and schemas, and run arbitrary SQL queries — all without leaving the command line or installing a GUI.
A CLI tool that scans package manifests across npm and PyPI, resolves each dependency's SPDX license, and flags violations against a policy file — so teams shipping commercial software catch license drift before it ships.
A CLI tool that turns a folder of markdown files into a sent newsletter — manages your subscriber list in SQLite and delivers via SES or Postmark, no Mailchimp required.
A CLI tool that turns a Markdown file with frontmatter into a polished PDF invoice — no Word, no Google Docs, no SaaS subscription.
A CLI tool that reads your git log between two refs and produces grouped, human-readable release notes in seconds.