Minimal Timer

A universal, open source, zeroconfig, distraction-free command-line timer for developers on macOS.

🐍 Python 3.6+⚖️ GPL v3📦 v1.0.6
timer 10m
pip install minimal-timer

Documentation

# Simple 10 minute timer
timer 10m
# Pomodoro with name
timer 25m -n "Deep Work"
# Sleep machine after 10 min
timer 1 min -s
# Sleep only display after 1 hour
timer 1h -sd
# List all running timers
timer -ls
# Execute command when done
timer 5m -e "say 'Timer finished'"
# Get help
timer --help
# Check version
timer -v