Pomodoro is an Atom package that is simple timer for Pomodoro Technique.
The time management technique. For more information, click here.
$ apm install pomodoro
The following commands are available for you to remap and/or run via the command palette.
pomodoro:start
- Start timerpomodoro:abort
- Abort timer
- Create Shell Script file. Set file permission 755.
#!/bin/sh
/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend
-
Set Shell Script file path to
Path to Execute With Timer Finish
-
Pomodoro finish -> suspend computer.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request