Quick Start
-
Install Mutsumi
Terminal window uv tool install git+https://github.com/ywh555hhh/Mutsumi.git -
Create your first tasks
Terminal window cd ~/your-projectmutsumi add "Fix login bug" --priority high --scope day --tags "bugfix"mutsumi add "Write weekly report" --priority normal --scope week --tags "life"mutsumi add "Update docs" --priority low --scope month --tags "docs" -
Launch the TUI
Terminal window mutsumi -
Navigate and interact
Key Action ↑/↓Move up / down Space Toggle done/pending n Create new task e Edit task Delete Delete task (confirm with y) Enter Show detail panel 1234Switch tabs / Search tasks q Quit -
Initialize config (optional)
Terminal window mutsumi init --defaults
What You Should See
Section titled “What You Should See”[Today] Week Month Inbox mutsumi─────────────────────────────────────────────────v HIGH ─────────────────────────────────────[ ] Fix login bug bugfix ***
v NORMAL ───────────────────────────────────[ ] Write weekly report life **
v LOW ──────────────────────────────────────[ ] Update docs docs *─────────────────────────────────────────────────3 tasks · 0 done · 3 pending