Skip to content

veloxy/pomodoro-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro App in Electron

Basic Pomodoro App in Electron with (optional) Slack integration.

App icon in OSX

Feature list:

  • Start/stop the timer
  • Rings a bell and displays a notification when your 25 minutes are over
  • Displays the time in the menu bar when timer is started
  • Supports breaks (5min and 10min)
  • Turns on the Do Not Disturb mode on Slack while timer runs
  • Sets custom Slack status with emoji while running

Currently only available on OS X, PR's are welcome!

Installation

Download latest release and install it like any other OSX application. 😋

Building from source

yarn install
yarn build

Credits