Skip to content

Releases: TomHilder/lockin

v1.0.0 - Initial Release

20 Jan 09:03

Choose a tag to compare

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.sh

Restart your terminal, then:

lockin 25    # Start 25-minute focus session

See README.md for full documentation.

Requirements

  • macOS (uses LaunchAgent for background persistence)
  • Python 3.9+