Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 754 Bytes

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": ["alt+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.

Preview:

working progress:

taking a break: