Atomodoro is a tool for managing work sessions on atom. The number of work intervals and time spent working and taking breaks is fully customizable. Once activated for a session, Atomodoro will run in the background and let you know when it's time to take a break, with a full screen message which obscures your window and prevents you from typing.
For information on the original pomodoro technique, click here.
$ apm install atomodoro
You can initiate a session, e.g. 4 x work intervals, by running the atom command:
atomodoro:start
Or via the menu.
Breaks can also be overridden via the atom tool bar.
Clone the repo.
$ git clone [email protected]:lsewilson/atomodoro.git
Open the repo in Atom.
$ cd atomodoro
$ atom .
Run tests via the Atom toolbar: View > Developer > Run Package Specs
Please fork the repo and create a pull request with any suggested changes or create an issue.