Skip to content

Simple pomodoro app that sits in the tray

License

Notifications You must be signed in to change notification settings

tonipenya/tomaca

Repository files navigation

Tomaca

An easy and free pomodoro timer app that runs on the tray with a popover using Electron.

Built with photon.

Running

There is a binary with the latest release here. Otherwise, to run from source:

git clone https://github.com/tonipenya/tomaca
cd tomaca
npm install
npm start

Packaging

npm run package
open out/Tomaca-darwin-x64/Tomaca.app

pomodoro-screenshot break-screenshot

Acknowledgments

This project was originally based in https://github.com/kevinsawicki/tray-example.