The Pomodoro method is a time management method developed by Francesco Cirillo in the late 1980s.
This method uses a timer to break down the work into 25-minute intervals
called "pomodori" (Italian word meaning "tomatoes") and separated by short breaks.
This simple program locks the screen every 25 minutes and takes a break of 5 minutes,
which will give you the opportunity to take a break and freshen up a bit.
Built on Electron.
To run the program you need:
- clone the repository, go to the folder named
pomodoro
- then open a terminal in it (command line)
- in the terminal enter the command
npm i
- now you can run the program through the terminal with the command
npm run start
ormake
No settings, just run and go 👣
- Can show exercise on break time
- Can add your custom exercise
- Can show exercise of day from darebee.com
- Show tray icon with number of minutes left to break
- Play sound
- Take a break - start new 5 minute break
- Skip - skip break
- Add exercise - add a sports exercise
- Relaunch - restart the entire program
- Exit - close this application
- Show exercises - if checked, show on break time
random selected exercise - Show exercise of the day - if checked, show on
today exercise
Ctrl+Alt+Q
- skip break
POMODORO_DEV - Open devtools in render process
For get today exercise, use darebee.com
Makefile
containe commands for developers, like
run and build.
This application save all user data for work() in
user data directory.