A simple, opinionated TODO.md manager for your terminal
This tool is specifically designed for my workflow and it functions best with multiple TODO.md files, each inside a different project folder. It’s ideal for small and medium-sized projects where a simple list of tasks suffices.
MarkdownDO includes both CLI and TUI.
# Add your first task
mdd Buy milk
# List tasks
mdd -l
# List tasks in subfolders
mdd -ls
# Complete task #1
mdd -c 1
# Delete completed tasks
mdd -dc
# Open interactive mode
mdd
