ideas.

filed under #cli

7 of 39
idea 039 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 038 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 037 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 036 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 035 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 034 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 033 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