ulogme is a local activity-tracking tool for visualizing how computer time is spent throughout the day. It records the title of the active window and the frequency of key presses, then turns those logs into interactive HTML timelines. Users can add notes to specific moments or summarize an entire day for additional context. Everything is stored and processed locally rather than uploaded to a remote service. Its browser interface is built with HTML, CSS, JavaScript, and D3 and supports both daily and overview views. Activity titles can be normalized through configurable matching rules to make reports easier to read. The original implementation targets Ubuntu and macOS and is best viewed as an experimental personal productivity tracker.
Features
- Active window title logging
- Keystroke frequency tracking
- Custom time-based notes
- Local-only activity storage
- Interactive D3 timeline visualization
- Daily and overview activity reports