This package consumes the following services:
Pomodoro - Atom package
Pomodoro is an Atom package that is simple timer for Pomodoro Technique.

Pomodoro Technique?
The time management technique. For more information, click here.
Installation
$ apm install pomodoro
Usage
The following commands are available for you to remap and/or run via the command palette.
- pomodoro:start- Start timer
- pomodoro:abort- Abort timer
Set Execute Command

for example
- 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. 
Contributing
- 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