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