Releases: TomHilder/lockin
Releases · TomHilder/lockin
v1.0.0 - Initial Release
Initial release of Lockin - a terminal focus timer that doesn't die when you close the terminal.
Highlights
- Persistent sessions - Start a timer, close terminal, reopen - your timer is still running
- Work & break sessions - Configurable durations with Pomodoro-inspired break recommendations
- Rich terminal UI - Live progress bar, streak tracking, session stats
- 11 configuration options - Customize everything from break durations to overtime behavior
Installation
git clone https://github.com/TomHilder/lockin.git
cd lockin
./install.shRestart your terminal, then:
lockin 25 # Start 25-minute focus sessionSee README.md for full documentation.
Requirements
- macOS (uses LaunchAgent for background persistence)
- Python 3.9+