Skip to content

TUI Overview

Switch to Zen Mode
┌─────────────────────────────────────────────────────┐
│ [Today] [Week] [Month] [Inbox] mutsumi ~ │ ← Header
├─────────────────────────────────────────────────────┤
│ │
│ v HIGH ───────────────────────────────────────── │ ← Priority Group
│ [ ] Refactor Auth module dev,backend ***│ ← Task Row
│ [x] Fix cache penetration bug bugfix ***│
│ │
│ v NORMAL ─────────────────────────────────────── │
│ [ ] Write weekly report life ** │
│ [ ] Review PR #42 dev ** │
│ └─ [ ] Check type safety (1/2) │ ← Subtask
│ └─ [x] Run tests │
│ │
│ v LOW ────────────────────────────────────────── │
│ [ ] Update README docs * │
│ │
├─────────────────────────────────────────────────────┤
│ 6 tasks · 2 done · 4 pending .. quiet │ ← Footer
└─────────────────────────────────────────────────────┘
  • Scope tabs: Today, Week, Month, Inbox — click or press 1-4
  • App title: “mutsumi ♪” aligned right
  • Tasks grouped by priority: HIGH → NORMAL → LOW
  • Each row shows: checkbox, title, tags, priority stars
  • Subtasks indented with └─ prefix
  • Selected row highlighted with accent background

Press Enter to expand the detail panel:

├─────────────────────────────────────────────────────┤
│ > Refactor Auth module │
│ Status: pending Priority: high │
│ Scope: day Tags: dev, backend │
│ Due: 2026-03-25 Created: 2026-03-21 │
│ Description: │
│ Change session-based auth to JWT... │
│ Subtasks: 1/2 done │
├─────────────────────────────────────────────────────┤
  • Task statistics: N tasks · N done · N pending
  • Notification mode indicator
  • Action buttons: [+New] [/Search]
Terminal WidthBehavior
≥ 80 colsFull layout: title + tags + priority stars
60–79 colsTags omitted, show title + priority only
40–59 colsMinimal mode: checkbox + title only
< 40 cols”Terminal too narrow” warning
┌─────────────────────────────────────────┐
│ │
│ Nothing here yet. │
│ Press [n] to create a task │
│ or let your Agent write mutsumi.json │
│ │
└─────────────────────────────────────────┘

When mutsumi.json is invalid:

┌─────────────────────────────────────────────────────┐
│ ! Task file has errors · showing last valid state │
│ Run `mutsumi validate` for details │
├─────────────────────────────────────────────────────┤
│ (Last valid task list) │
└─────────────────────────────────────────────────────┘