ideas.

filed under #cli

15 of 99
idea 099 Aug 18 3 min

Cross-post your writing straight from git

A CLI that syndicates markdown posts from a git repo to every platform you publish on, tracking each one in a publish lockfile.

clicreatorcontentautomation
idea 098 Aug 10 3 min

Map your cloud bill back to your Terraform code

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.

clidev-toolsfinancedata
idea 097 Aug 05 3 min

A pre-commit linter for dangerous SQL migrations

A CLI that runs EXPLAIN against a shadow database to catch table locks, missing indexes, and full scans in migrations before they hit production.

clidev-toolsdata
idea 096 Jul 25 2 min

Podcast transcript search CLI

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.

cliconsumeraicontent
idea 095 Jul 20 3 min

Shell history to runbook generator

A CLI that mines your bash/zsh history for repeated command sequences and turns them into named, documented runbooks your team can actually reuse.

clidev-toolsautomationproductivity
idea 094 Jul 12 2 min

API contract diff checker for CI

A CLI that diffs OpenAPI specs between commits or environments and fails the build on breaking changes, catching contract drift before it ships.

clidev-toolsautomation
idea 093 Jul 05 3 min

Git-aware changelog generator for release day

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.

clidev-toolsautomation
idea 092 Jun 26 2 min

Local bookmark manager with full-text search

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.

clisolo-devproductivity
idea 091 Jun 12 3 min

TypeScript type generator from live API responses

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.

clidev-toolsproductivity
idea 090 Jun 04 3 min

Markdown-native flashcard CLI with spaced repetition

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.

clisolo-devproductivity
idea 089 May 23 3 min

TUI SQLite browser and query runner

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.

clidev-toolsdata
idea 088 May 13 3 min

Dependency license auditor for commercial projects

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.

cliteamautomation
idea 087 May 11 3 min

Self-hosted newsletter sender from markdown files

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.

clicreatorcontent
idea 086 Apr 27 2 min

Markdown invoice generator for freelancers

A CLI tool that turns a Markdown file with frontmatter into a polished PDF invoice — no Word, no Google Docs, no SaaS subscription.

clisolo-devfinancecontent
idea 085 Apr 25 3 min

AI release notes from git history

A CLI tool that reads your git log between two refs and produces grouped, human-readable release notes in seconds.

clidev-toolsautomation