Skip to content

seachicken/vscode-pomodoro-edit

Repository files navigation

Pomodoro Edit for VSCode

Pomodoro Timer with the simplest text syntax.

Demonstration

Installation

Marketplace: https://marketplace.visualstudio.com/items?itemName=seitotanaka.vscode-pomodoro-edit

Examples

# single timer
- [ ] [25m] xxx

# four pomodoros
- [ ] [(25m✍️ 5m☕️)4] xxx

# four pomodoros and then take a long break
- [ ] [((25m✍️ 5m☕️)4 20m🛌)] xxx

Syntax details

💡Ctrl+Space: Autocomplete above syntax

Start timer

- [ ] [(25m 5m)4] xxx (when after save, start timer)

Finish timer

- [x] [(25m 5m)4] xxx

Pause timer

- [ ] [-(25m 5m)4] xxx

Retry timer

- [ ] [(25m 5m)4] xxx. (when after enter dots and save, retry timer)

Tips

If multiple timers are required, pause the next timer beforehand so that the timer does not start unintentionally.

- [x] [(25m 5m)4] xxx
- [ ] [-(25m 5m)4] yyy
- [ ] [-(25m 5m)4] zzz

Add-ons