[🔗Reddit] Cute - Task runner that reads commands from Markdown code blocks. No dependencies, pure shell.
2025-12-17
I'd like to share a simple CLI tool I've been developing called Cute. It's a task runner that executes commands defined in Markdown files. The key idea is straightforward: instead of learning another configuration format (YAML, JSON, Makefile syntax), you define tasks as regular Markdown code blocks. Your documentation and your task definitions live in the same place. Key features: - Pure shell script with zero external dependencies - Discovers tasks automatically from all Markdown files in your project - Supports sh, bash, zsh, and shell - Built-in fuzzy search with fzf - Tab completion for bash and zsh - No configuration required - Teams can opt-in without forcing adoption Basic usage:







