ptimer 0.1.0

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
6
7
pub(crate) mod delete_history_cmd;
pub(crate) mod history_cmd;
pub(crate) mod new_cmd;
pub(crate) mod pause_cmd;
pub(crate) mod resume_cmd;
pub(crate) mod status_cmd;
pub(crate) mod stop_cmd;