Simple pomodoro cli on terminal
Gravacao.de.tela.de.2024-10-08.15-08-19.webm
pip install git+https://github.com/brunodavi/times
Usage: t [OPTIONS]
Simple pomodoro CLI on terminal.
Options:
-m, --message TEXT Message to display during the task
-c, --cycles INTEGER Number of pomodoro cycles
-d, --duration TEXT Task duration
-b, --break-duration TEXT Duration of the short break
-B, --break-message TEXT Message to display during the short break
-l, --long-duration TEXT Duration of the long break
-L, --long-message TEXT Message to display during the long break
-N, --no-long-break Disable the long break at the end of the cycles
-p, --pause Automatically pause each interval
-r, --repeat Automatically repeat the cycles
-v, --verbose Displays notification titles in the terminal
--help Show this message and exit.
$ t --message Work --duration 30m --break-duration 10m --no-long-break
OR
$ t -m Work -d 30m -b 10m -N