ptimer 0.0.8

A simple cli pomodoro timer. It sends notifications to the user when the timer is up. Works on macOS only.
Documentation
1
2
3
4
5
lint:
    cargo fmt && cargo clippy

lint-fix:
  cargo clippy --fix --lib -p ptimer --allow-dirty