Skip to content

Releases: real-lazy-coder/interval-timer

v1.0.0 - Initial Release

02 Oct 16:41

Choose a tag to compare

🎉 First stable release of Interval Timer!

✨ Features

  • 🕐 Hour-Synced Intervals - Aligns to clock times
  • 🎨 Beautiful Terminal UI - Gradient text, progress bars
  • 📊 Session Statistics - Track completed intervals
  • 🔔 Audio Notifications - Sound alerts
  • ⚡ Fast & Lightweight - Built with Bun
  • 🎯 Customizable Intervals - 1-60 minutes

📦 Installation

Linux:

curl -L -o interval-timer https://github.com/real-lazy-coder/interval-timer/releases/download/v1.0.0/interval-timer-linux
chmod +x interval-timer
./interval-timer

Windows:
Download interval-timer-windows.exe and run it.

📖 Usage

./interval-timer              # 15-min intervals (default)
./interval-timer -i 10        # 10-min intervals
./interval-timer --help       # Show help

Made with ❤️ using Bun and Claude Code

v1.0.0 - Initial Release

02 Oct 16:23

Choose a tag to compare

🎉 First stable release of Interval Timer!

✨ Features

  • 🕐 Hour-Synced Intervals - Aligns to clock times
  • 🎨 Beautiful Terminal UI - Gradient text, progress bars
  • 📊 Session Statistics - Track completed intervals
  • 🔔 Audio Notifications - Sound alerts
  • ⚡ Fast & Lightweight - Built with Bun
  • 🎯 Customizable Intervals - 1-60 minutes

📦 Installation

Linux:

curl -L -o interval-timer https://github.com/real-lazy-coder/interval-timer/releases/download/v1.0.0/interval-timer-linux
chmod +x interval-timer
./interval-timer

Windows:
Download interval-timer-windows.exe and run it.

📖 Usage

./interval-timer              # 15-min intervals (default)
./interval-timer -i 10        # 10-min intervals
./interval-timer --help       # Show help

Made with ❤️ using Bun and Claude Code