How to Build CLI Applications That Don't Suck
I've been building command-line tools for my own workflows, and I've learned a few things about what makes a CLI actually pleasant to use. Here's what I wish someone had told me earlier.
I've been building command-line tools for my own workflows, and I've learned a few things about what makes a CLI actually pleasant to use. Here's what I wish someone had told me earlier.
I built a minimal, scriptable task tracker that stores issues as plain Markdown files—perfect for agentic workflows where AI assistants need to track and manage work.