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
Shows your coding streak and consistency metrics combining GitHub commit data with WakaTime statistics.
110
+
111
+
**Requirements:**
112
+
- GitHub commit data (automatically collected) - **Required**
113
+
- `WAKATIME_API_KEY`(optional) - Adds coding time statistics
114
+
115
+
**Example output (with WakaTime):**
116
+
117
+
**📈 Coding Streak**
118
+
```
119
+
🔥 Current Streak: 14 days
120
+
🏆 Longest Streak: 45 days
121
+
📊 Daily Average: 3 hrs 44 mins
122
+
💪 Total Coding Time: 1,383 hrs 16 mins
123
+
🎯 Coding Consistency: 87.5%
124
+
📅 Active Days: 128 days
125
+
```
126
+
127
+
**Example output (without WakaTime):**
128
+
```
129
+
🔥 Current Streak: 14 days
130
+
🏆 Longest Streak: 45 days
131
+
```
132
+
133
+
> 💡 **Note:** Streaks are calculated from your GitHub commit history (consecutive days with at least one commit). The metric respects your `TIME_ZONE` setting for accurate day boundaries. Coding time and consistency metrics are only shown when WakaTime is configured.
134
+
105
135
106
136
### 🕒 `COMMIT_TIMES_OF_DAY`
107
137
@@ -207,13 +237,13 @@ Linux 6 hrs 3 mins ████░░░░░░░
207
237
208
238
**Time range options** (set with `WAKATIME_RANGE`):
0 commit comments