-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5584cb2
commit aa2f442
Showing
3 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
[ | ||
{ | ||
"caption": "Pomodoro", | ||
"caption": "Pomodoro:Start Clock", | ||
"command": "pomodoro_start" | ||
}, | ||
{ | ||
"caption": "Pomodoro:Reset Clock", | ||
"command": "pomodoro_stop" | ||
} | ||
|
||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# pomodoro_timer | ||
Package for Sublime Text | ||
# Pomodoro Timer | ||
|
||
The **Pomodoro Technique** is a time management technique developed by Francesco Cirillio. It invloves using a timer to break down your work time into intervals, traditionally 25 minutes in length, wtih 5 minute breaks in between. It is recommended to take a longer break after 4 such cycles. | ||
|
||
The package is fairly simple and involves a default setting of 25 minutes of work, 5 minutes of break and 4 such alternating cycles before the timer resets. You can change the timing intervals or the number of cycles from the package settings. | ||
|
||
You can start and stop the timers from the command pallate, or use the shortcut `Ctrl+Alt+P` to start the clock and `Ctrl+Alt+R` to reset it. | ||
|
||
Let me know if you have any features that you would like to be added. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters