CLI Tools
Command-line utilities and tools
Cli API Benchmark
Benchmark API endpoints with concurrent requests — measure latency percentiles, throughput, and error rates.
Cli API Mock Gen
Generate mock API servers from OpenAPI/Swagger specs with realistic fake data
Cli API Mock Generator
Generate mock API server from an OpenAPI spec — auto-create Express routes with Faker.js data matching schema types
Cli Bulk Image Webp
Recursively convert all PNG/JPG files in a folder to optimized WebP format.
Cli Changelog
Generate beautiful changelogs from conventional commits — with version bumping and tags.
Cli Changelog Gen
Generate changelogs from conventional commits with automatic grouping, version bumping, and markdown output.
Cli Changelog Generator
Generate changelogs from git commits using conventional commit format. Outputs as Markdown with version headers.
Cli Code Complexity
Analyze code complexity for any file or directory.
Cli Code Line Counter
Count lines of code by language, excluding comments and blank lines. Output as table, JSON, or badge-compatible format.
Cli Commit Msg From Diff
Generate a conventional commit message from staged changes using heuristic analysis — entirely offline.
Cli Cron Explain
A CLI tool that translates cron expressions to human-readable English and vice versa. Also validates and generates next run times.
Cli CSV Query
Query CSV files using SQL-like syntax — filter, sort, join, and aggregate from terminal.
Cli CSV Tool
A CLI toolkit for CSV operations: filter, sort, join, aggregate, and convert CSV files without opening a spreadsheet.
Cli Dead Code Finder
Find unused exports, unreachable functions, and dead code in TypeScript and JavaScript projects.
Cli Dep Audit
Audit npm dependencies for outdated versions, vulnerabilities, size, and license issues.
Cli Dep Tree
Visualize npm/pip/cargo dependency tree — find duplicates, circular deps, and bloat.
Cli Dep Why
Trace the dependency chain with a fast visual tree query tool.
Cli Dependency Age
Show the age of each dependency and highlight packages not updated in 2+ years for supply chain health monitoring.
Cli Dependency Tree Viz
Visualize npm/pip dependency trees as ASCII art in the terminal. Highlight circular dependencies and outdated packages.
Cli Directory Tree MD
Output a pretty ASCII tree of the current directory respecting .gitignore rules.
Cli Docker Clean
Remove dangling images, stopped containers, unused volumes, and build cache in one command.
Cli Docker Cleanup
Interactive Docker cleanup tool — selectively remove unused images, stopped containers, dangling volumes, and build cache with disk space preview.
Cli Docker Compose Lint
Lint docker-compose.yml files for common mistakes, security issues directly in terminal.
Cli Docker Compose Validate
Validate and lint docker-compose files with best practice suggestions
Cli Docker Compose Validator
Validate docker-compose.yml files for syntax errors, missing images, port conflicts, and security best practices.
Cli Dotenv Vault
Encrypt and manage .env files with a local vault — share encrypted env files safely via git without exposing secrets
Cli Env Diff
Compare .env files across environments — show missing, extra, and mismatched variables between local, staging, and production configs.
Cli Env Secret Scanner
Scan codebases for accidentally committed secrets: API keys, passwords, tokens. Supports .env, YAML, JSON, and code files.
Cli Env Sync
Sync .env files across team members securely via encrypted storage with conflict resolution.
Cli Env Template Gen
A CLI tool that generates `.env.example` files from existing `.env` files by stripping sensitive values while preserving variable names and comments.
Cli Env Validator
Validate .env files against .env.example with type checking and value constraints
Cli Env Var Manager
Manage .env files — diff, merge, validate required vars, and switch between environments .
Cli Env Vault
Local-first encrypted .env file manager — encrypt, decrypt, natively.
Cli File Organizer
Auto-organize a messy folder by file type and date with configurable rules.
Cli File Renamer
Powerful batch file renaming with regex, templates, preview mode, and undo support.
Cli File Size Differ
Compare current bundle sizes against a previous baseline to track size regressions.
Cli File Tree
Generate beautiful file tree diagrams from directories — for documentation and README files.
Cli Git Branch Cleaner
Delete local and remote branches that have been merged — interactive CLI with preview, dry-run, and force options.
Cli Git Changelog Gen
Generate beautiful changelogs from git commit history with conventional commit parsing
Cli Git Commit AI Drafter
CLI that reads git diff output and proposes conventional commit messages.
Cli Git Quick Stats
A CLI tool that shows instant statistics for any Git repository. Lines of code, commit frequency, top contributors, file type breakdown, and activity heatmap.
Cli Git Standup
Show commits across all local repos in the last 24h for standups.
Cli Git Stats
Beautiful terminal dashboard of git repository stats — top contributors, commit frequency, file churn, and code velocity.
Cli Git Stats Reporter
Generate beautiful terminal reports of git repository statistics: commits by author, activity heatmap, file churn, and code frequency.
Cli Git Undo Wizard
Interactive terminal wizard to undo git mistakes safely using plain English prompts.
Cli Git Worktree Manager
Simplify git worktree management — list, create, switch, and remove worktrees with an interactive TUI and automatic branch tracking.
Cli HTTP Client
Beautiful terminal HTTP client — send requests, save collections, and chain responses.
Cli Image Metadata Strip
A CLI tool that strips EXIF and metadata from images for privacy. Remove GPS coordinates, camera info, and timestamps before sharing photos.
Cli Image Optimizer
Batch optimize images from terminal — resize, compress, convert formats with quality control.
Cli JSON Query
Query and transform JSON files with JQ-like syntax — but with a friendlier interface.
Cli JWT Decoder
Decode JWT tokens in the terminal displaying header, payload, and expiration status.
Cli License Generator
A CLI tool that generates LICENSE files for open-source projects. Select from popular licenses, auto-fill year and author, and add to project root.
Cli License Scanner
Scan all project dependencies for license compatibility — flag GPL in MIT projects and generate compliance reports.
Cli Local SSL Cert Gen
Generate trusted localhost SSL certificates for local HTTPS development.
Cli Lockfile Lint
Validate lockfile integrity — detect registry changes, unauthorized package sources, and lockfile drift between package.json and lock files.
Cli Markdown Link Checker
Scan Markdown files for broken links — check HTTP status codes, report dead links, and suggest fixes.
Cli Monorepo Unused
Find unused packages and dependencies in monorepos — scan workspace packages for imports not referenced by any other package.
Cli Node Modules Scavenger
Find and delete nested node_modules folders across the filesystem to reclaim disk space.
Cli NPM Audit Fix
Run npm audit, display vulnerabilities in a table, and auto-fix safe patches — with JSON export and CI-friendly exit codes.
Cli NPM Audit Summarizer
Run npm audit and format the JSON output into a clean, actionable human summary.
Cli NPM Audit Visual
A better npm audit — outputs a visual tree showing exactly where vulnerabilities are in dependency chain.
Cli NPM Package Analyzer
Analyze an npm package before installing: bundle size, dependencies, maintenance score, and known vulnerabilities.
Cli NPM Why
Find out why a package is installed — trace the dependency tree to show which packages require a given dependency and at what versions.
Cli Package JSON Doctor
Diagnose common package.json issues like duplicate deps and missing fields. npm doctor but smarter.
Cli Package Size Analyzer
Analyze node_modules size with treemap visualization and dependency dedup suggestions
Cli Port Finder
Find what's running on any port, kill processes, and find available ports instantly.
Cli Port Killer
Find and kill processes by port number with an interactive TUI selection interface.
Cli Port Process Finder
Find what process is using a specific port. Kill process with confirmation. Cross-platform support.
Cli Port Scanner Fast
A fast TCP port scanner CLI tool. Scan local or remote hosts for open ports with concurrent connections, service detection, and export to JSON.
Cli Port Scanner Local
Scan local ports and show what's running on each. Better than lsof, formatted beautifully.
Cli Ports Killer
Interactively list and kill processes running on specific local TCP ports.
Cli Project Complexity Score
Analyze a codebase and output a complexity score based on file count, nesting depth, dependency count, and cyclomatic complexity
Cli Project Health Score
Scan a repository and output a health score based on test coverage, dependency age, README.
Cli Project Init
Interactive project scaffolder that generates boilerplate for any stack with best practices baked in.
Cli Project Scaffold
Interactive project scaffolder with customizable templates for web apps, APIs, CLIs, and extensions.
Cli Project Scaffolder
Interactive project generator — select framework, features, and config to scaffold a new project with best practices baked in.
Cli Readme Gen
A CLI tool that auto-generates README.md files by analyzing your project structure, package.json, and source code.
Cli Readme Generator
Auto-generate README.md from package.json and directory structure.
Cli Readme Score
Score a local README.md on completeness, checking for badges, install steps.
Cli Regex Tester
Pass strings and regex patterns via CLI args and see matches with character offsets.
Cli Release Manager
Automate semantic versioning, changelog generation, and GitHub release creation.
Cli Repo Health
Score any Git repository's health — check for README, LICENSE, CI config, test coverage, dependency freshness, and security best practices.
Cli Repo Health Check
One command to audit: outdated deps, licenses, security, coverage gaps.
Cli Repo Loc Counter
Fast line-of-code counter for Git-tracked files broken down by language.
Cli Secret Scanner
Scan codebases for accidentally committed secrets — API keys, tokens, passwords.
Cli Tailwind Class Extractor
Scan HTML/JSX/TSX files and output a sorted list of every unique Tailwind class used.
Cli Text Transform
Swiss-army knife for text — base64, JWT decode, hash, URL encode, case convert, and more.
Cli Todo
Fast terminal todo manager with priorities, tags, due dates, and markdown export.
Cli Todo MD
A CLI task manager backed by a simple Markdown file. Add, complete, and organize tasks without leaving your terminal.