You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,9 @@ Tasks reappear automatically on a schedule. Weekly (`mon,wed,fri`) or monthly (`
86
86
### 🔒 Your Data, Locally
87
87
SQLite with WAL mode. Fully offline. Optional Git-backed sync — no backend, no account, no lock-in. Export to JSON, CSV, Markdown, or plain text on demand.
88
88
89
+
### 🧭 Interactive Stats Dashboard
90
+
Press `s` to open a next-gen "Command Center". Visualize your **Productivity DNA**, track real-time momentum, and get behavioral insights like "You complete 73% more tasks at night". Fully animated, keyboard-driven, and deeply insightful.
91
+
89
92
### 🤖 AI — Optional, Never Intrusive
90
93
Gemini integration (`gemini-3.1-flash-lite-preview` / `gemini-2.5-flash-lite` / `gemini-2.0-flash-lite`). Toggle with `ctrl+a`. Create and manage complex recurring tasks with natural language. Invisible until you need it.
91
94
@@ -106,6 +109,7 @@ A Lua plugin system hooks into task events. A headless CLI API enables full scri
106
109
|`z`| Complete task |
107
110
|`d`| Delete task |
108
111
|`Space`| Collapse / expand subtasks |
112
+
|`s`| Stats dashboard |
109
113
|`f`| Filter by tag |
110
114
|`t`| Switch theme |
111
115
|`ctrl+p`| Command palette / Markdown preview |
@@ -119,10 +123,8 @@ A Lua plugin system hooks into task events. A headless CLI API enables full scri
0 commit comments