Quick Start
Launch the TUI
Section titled “Launch the TUI”After installing, simply run:
machThis opens the weekly planner view. Your cursor starts on today’s column.
Basic Navigation
Section titled “Basic Navigation”h/l— Move left/right between daysj/k— Move up/down within a column[/]— Jump to previous/next week
Add Your First Todo
Section titled “Add Your First Todo”- Press
ato open the add popup - Type your task
- Press
Enterto add it
The todo appears at the top of the focused column.
Move and Organize
Section titled “Move and Organize”- Navigate to a todo with
j/k - Press
Enterto select it (you’ll see the›indicator) - Use
h/lto move it between days - Use
j/kto reorder within the column - Press
Enteragain to drop it
Complete a Todo
Section titled “Complete a Todo”Press x on any todo to toggle its completion status. Completed todos sink to the bottom of the column.
Use the Backlog
Section titled “Use the Backlog”Press b to open the backlog — a fullscreen 4-column view for “someday” items. Great for ideas you want to capture but not schedule yet.
t— Move a backlog item to todayT— Move to tomorrowborEsc— Return to weekly view
CLI Commands
Section titled “CLI Commands”You can also manage todos from the command line:
# Add a todo for todaymach add "Buy groceries"
# Add to backlogmach add --some-day "Learn piano"
# List today's tasksmach list
# List backlog itemsmach list --some-day
# List completed itemsmach list --doneGet Help
Section titled “Get Help”Press ? anytime in the TUI to see available keyboard shortcuts for the current view.