Skip to content

Commit

Permalink
Add descriptions for Pomodoro commands in README.md
Browse files Browse the repository at this point in the history
* Add description for `:PomodoroStart` command: "Start the Pomodoro timer."
* Add description for `:PomodoroStop` command: "Stop the Pomodoro timer."
* Add description for `:PomodoroUI` command: "Display the Pomodoro UI."
* Add description for `:PomodoroSkipBreak` command: "Skip the current break and start the next work session."
* Add description for `:PomodoroForceBreak` command: "Forcefully start a break."
* Add description for `:PomodoroSnooze` command: "Delay the current break by a snooze duration."
  • Loading branch information
QuentinGruber committed Sep 10, 2024
1 parent 4e26c72 commit 1ebf3dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Display time spent on projects / files

| Command | Description |
| --------------------- | ----------- |
| `:PomodoroStart` | |
| `:PomodoroStop` | |
| `:PomodoroUI` | |
| `:PomodoroSkipBreak` | |
| `:PomodoroForceBreak` | |
| `:PomodoroSnooze` | |
| `:PomodoroStart` | Start the Pomodoro timer. |
| `:PomodoroStop` | Stop the Pomodoro timer. |
| `:PomodoroUI` | Display the Pomodoro UI. |
| `:PomodoroSkipBreak` | Skip the current break and start the next work session. |
| `:PomodoroForceBreak` | Forcefully start a break. |
| `:PomodoroSnooze` | Delay the current break by a snooze duration. |

0 comments on commit 1ebf3dd

Please sign in to comment.