#cli

Wiki 5

  • A Text Editor as a User Interface (Dave Gauer) Using $EDITOR as a UI bridges the gap between CLI args and a full TUI; precedents are crontab -e, git commit, visudo, and vipw
  • Editor-as-UI pattern Shelling out to $EDITOR with a temp file as a lightweight middle ground between CLI flags and a full TUI
  • Forge β€” one CLI for every git forge Nesbitt's Go CLI and library that presents a single unified interface over GitHub, GitLab, Gitea/Forgejo, and Bitbucket β€” detects the forge from the git remote, reuses existing tokens, targets both humans and coding agents
  • Terminal Search Clients ddgr, googler and two Kagi CLIs compared on auth cost, output format, upkeep and agent use
  • Zsh Glob Qualifiers Zsh's (om[1]) glob qualifier trick: pick the newest file inline, no pipes needed

Toolbox 23

  • acai.sh Spec-driven dev toolkit where agents write code against numbered acceptance-criteria IDs
  • beads CLI issue tracker giving coding agents a dependency task graph stored in version-controlled Dolt
  • claude-defuddle Claude Code skill turning web pages, videos and papers into clean Obsidian notes
  • cli-anything Claude Code plugin that generates a full Python CLI plus SKILL.md for any GUI app's real backend
  • delta Syntax-highlighting pager for git diff, blame and grep with word-level and side-by-side views
  • forge One CLI and Go library over GitHub, GitLab, Gitea, Forgejo and Bitbucket, picked from the remote
  • gallery-dl Command-line downloader for image galleries across hundreds of sites β€” yt-dlp for pictures
  • kastor HCL specs for AI agents, compiled to LangGraph code or reconciled Terraform-style with plan/apply
  • kata Local-first issue tracker for agent work β€” one SQLite daemon behind a JSON CLI and a TUI
  • LazyPi One-command installer that configures unmodified Pi with 60+ community skills and 67 themes
  • library-skills CLI that finds agent skills bundled inside your dependencies and symlinks them into the project
  • oh-my-pi Batteries-included fork of the Pi coding agent bundling LSP, browser control, SSH and search
  • OpenCode Provider-agnostic terminal coding agent that points at any OpenAI-compatible or local endpoint
  • Perfmon Tabbed Bubble Tea TUI that runs top, vmstat and ss side by side with live sparklines
  • Pi Coding Agent Minimal terminal coding agent with no built-in MCP or sub-agents, extended via TypeScript modules
  • plass Smaller reimplementation of pass storing gpg-encrypted files in a got repository
  • rawquery Hosted data platform whose CLI is meant to be driven by coding agents instead of humans
  • roborev Post-commit hook that reviews every commit with AI agents and feeds findings back for fixes
  • Scotty SSH task runner defining deploy steps as annotated bash functions, successor to Laravel Envoy
  • sheets Terminal CSV spreadsheet editor with vim keybindings, or cell edits straight from the shell
  • tweakcc CLI that patches an installed Claude Code to change prompts, themes, spinners and toolsets
  • wacli WhatsApp command-line client that syncs history into local SQLite for offline full-text search
  • whetuu Zero-config shell status line and history picker in Zig, one binary, renders in about 2 ms