Track, categorize, and analyze your work and life activities to improve efficiency and maintain balance.
"start coding"
"start meeting"
"complete"
"log workout 45 minutes"
"what did I do today"
"analyze my productivity this week"
Auto-categorize activities into:
# 2026-03-19 Work Log
## Overview
- Total activities: 12
- Focus time: 6.5 hours
- Rest time: 2 hours
- Work/Life ratio: 65%/35%
## Time Distribution
| Category | Duration | Percentage |
|----------|----------|------------|
| Deep Work | 4h | 40% |
| Meetings | 1.5h | 15% |
| Learning | 1h | 10% |
| Life Tasks | 2h | 20% |
| Rest | 1.5h | 15% |
## Key Activities
- Completed project docs (2h, Deep Work)
- Team weekly meeting (1h, Meetings)
- Read tech article (45min, Learning)
## Insights
Highlight: Peak focus 9-11 AM, core tasks completed
Improvement: Frequent interruptions 3-4 PM, reserve block time
Trend: Deep work time increased 15% vs last week
## Tomorrow's Suggestions
1. Maintain morning deep work routine
2. Batch email processing after 4 PM
3. Reserve 30 minutes for tomorrow's planning
data/activities.jsondata/logs/YYYY-MM-DD.mddata/analytics/| Command | Description |
|---|---|
| --------- | ------------- |
/track start [activity] | Start tracking an activity |
/track stop | Stop current activity |
/track status | Show current activity and today's summary |
/track log [activity] [duration] | Quick log a completed activity |
/track report daily | Generate today's report |
/track report weekly | Generate weekly analysis |
/track category [name] | Show time spent in category |
/track insights | Get productivity suggestions |
{
"dailyReportTime": "21:00",
"categories": {
"work": { "color": "#4CAF50", "keywords": ["code", "meeting", "email"] },
"learning": { "color": "#2196F3", "keywords": ["read", "study", "course"] },
"health": { "color": "#FF9800", "keywords": ["exercise", "meditation", "sleep"] },
"life": { "color": "#9C27B0", "keywords": ["cook", "clean", "family"] },
"rest": { "color": "#607D8B", "keywords": ["rest", "entertainment", "break"] }
},
"focusThresholdMinutes": 25,
"breakReminderIntervalMinutes": 90
}
| Property | Value |
|---|---|
| ---------- | ------- |
| Name | Productivity Tracker |
| Slug | productivity-improving |
| Version | 1.0.5 |
| Category | Productivity / Lifestyle |
| Tags | time-tracking, productivity, analytics, daily-log |
共 2 个版本