π
Tomato Clock

Tomato Clock is a straightforward command-line Pomodoro application.
Installation
Install python
pip install tomato-clock
git clone https://github.com/coolcode/tomato-clock.git
cd tomato-clock
chmod +x tomato.py
How to use
tomato
tomato -t
tomato -t <n>
tomato -b
tomato -b <n>
tomato -h
- if you install via source code
./tomato.py
./tomato.py -t
./tomato.py -t <n>
./tomato.py -b
./tomato.py -b <n>
./tomato.py -h
Terminal Output
π
tomato 25 minutes. Ctrl+C to exit
π
π
---------------------------------------------- [8%] 23:04 β°
Desktop Notification
brew install terminal-notifier
terminal-notifier
actually is a cross-platform desktop notifier, please refer to β terminal-notifier
notify-send
Voice Notifications
Tomato Clock uses say
(text-to-speech) for voice notifications.
MacOS already has say
. see here or more detail
See this link: say
sudo apt-get install gnustep-gui-runtime
Check this one: https://github.com/SeanBracksDev/tomato-clock