You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

tomato-clock

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tomato-clock

Tomato Clock is a straightforward command-line Pomodoro application.


Maintainers
1

Readme

🍅 Tomato Clock

Publish to PyPI PyPI tomato-clock

Tomato Clock is a straightforward command-line Pomodoro application.

Installation

Install python

  • Install via pip:
pip install tomato-clock
  • Install via source code:
git clone https://github.com/coolcode/tomato-clock.git
cd tomato-clock
chmod +x tomato.py 

How to use

  • if you install via pip
tomato         # start a 25 minutes tomato clock + 5 minutes break
tomato -t      # start a 25 minutes tomato clock
tomato -t <n>  # start a <n> minutes tomato clock
tomato -b      # take a 5 minutes break
tomato -b <n>  # take a <n> minutes break
tomato -h      # help
  • if you install via source code
./tomato.py         # start a 25 minutes tomato clock + 5 minutes break
./tomato.py -t      # start a 25 minutes tomato clock
./tomato.py -t <n>  # start a <n> minutes tomato clock
./tomato.py -b      # take a 5 minutes break
./tomato.py -b <n>  # take a <n> minutes break
./tomato.py -h      # help

Terminal Output

🍅 tomato 25 minutes. Ctrl+C to exit
 🍅🍅---------------------------------------------- [8%] 23:04 ⏰ 

Desktop Notification

  • MacOS
brew install terminal-notifier 

terminal-notifier actually is a cross-platform desktop notifier, please refer to ➜ terminal-notifier

terminal-notifier
  • Ubuntu

notify-send

ubuntu-notification

Voice Notifications

Tomato Clock uses say(text-to-speech) for voice notifications.

  • MacOS

MacOS already has say. see here or more detail

  • Ubuntu

See this link: say

sudo apt-get install gnustep-gui-runtime
  • Windows

Check this one: https://github.com/SeanBracksDev/tomato-clock

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc