Skip to content

calebhalvy/Sublime-Pomodoro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro-Sublime-Plugin

This is a sublime plugin which implements functions like pomodoro.

Usage:

Add the line below to your "Preferences: Key Bindings - User" settings:
{ "keys": ["ctrl+shift+p"], "command": "pomodoro", "args": {"workingMins": 25, "restingMins": 5} }

Here are two arguments need to set
workingMins: set your working time in minutes.
restingMins: set your rest time in minutes.

You can stop pomodoro by pressing the binding key(e.g. "ctrl+shift+p") again, and resume it by pressing it again one more time.:smiley:

Preview:

working progress:

taking a break:

About

This is a sublime plugin which implements functions like pomodoro.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • JavaScript 2.3%