Simple pomodoro timer
- 25/5 minutes interval by default, but you can configure this
- Built-in configurable keyboard shortcuts
- Minimal log that contains all completed intervals counts per day
- Tray icon and progress bar
- Dark mode, supports automatically macOS Mojave appearance
CommandOrControl+Alt+T
— show applicationEscape
— hide applicationCommandOrControl+Enter
— start/cancel timer
Fork this repository, clone to your local device and install dependencies:
npm install
npm start
If you use Ubuntu or Debian, you also may need to install nodejs-legacy
that creates node
symlink:
sudo apt-get install nodejs-legacy
MIT