Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 401 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 401 Bytes

omo

Simple pomodoro timer with notifications

Installation

$ cargo install --git https://github.com/guyfedwards/omo

Usage

$ omo get # 🍅 08:11
$ omo get --notify "Go outside" # 🍅 08:11
$ omo reset # 🍅 20:00
$ omo help

Waybar

waybar

# ~/.config/waybar/config
"custom/omo": {
    "exec": "omo get --notify",
    "interval": 1,
},