Skip to content

dkandalov/pomodoro-tm

Repository files navigation

Pomodoro Timer plugin for IntelliJ IDEs

This is a pomodoro timer plugin for IntelliJ IDEs:

  • Choose a task to be accomplished and start pomodoro timer (ctrl+shift+P or cmd+shift+P).
  • Work on the task until the timer rings. If distracted during pomodoro, restart the timer.
  • Take a break until the timer rings again.

Why?

Pomodoro timer is great for keeping yourself focused on a particular task and avoiding distractions for a period of time. It's also useful to make sure that you do take breaks. Finally, it can be used for tracking how much time is spent on each task.

Screenshots

widget

settings

Credits

The original version of the plugin was written by Alex Ivanov sometime in 2010.

Widget icons are reused from the pomodoro timer app for OSX (which is no longer available) by Ugo Landini.

Contributing

All contributions are welcome. You can build the project using gradle-intellij-plugin, e.g. gradle buildPlugin or gradle runIde.