Fine pomodoro timer for macOS
- tasks list
- fully usable with keyboard only
- collapsed mode
- focus mode - concentrate on one task at a time
- daily pomodoro goal
- time remaining shown in menu bar
- fits nicely in OS X look
Combination | Action |
---|---|
⌘ L | New task or a number to start timer |
⌘ S | Stop current timer |
⌘ J | Select previous task in list |
⌘ K | Select next task in list |
⌘ F | Toggle task's focus |
⌘ D | Mark focus as done |
⌘ G | Give up focus task |
⌘ ⌫ | Delete a task |
⌘ ⇧ ⌫ | Delete done tasks |
⌘ E | Expand/collapse window |
⌘ , | Settings |
- Run
yarn install
and start the development server withyarn dev
. - Use
yarn electron-pack
to generate dist files. - Eslint is used for keeping code quality (with pre-push hook).
MIT