Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored and github-actions[bot] committed Dec 1, 2023
1 parent f4dd32c commit 4d8a1da
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/pomo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Lua.
- 🪶 Lightweight and asynchronous
- 💻 Written in Lua
- ⚙️ Easily customizable and extendable
- ⏱️ Run multiple concurrent timers and repeat timers
- ⏱️ Run multiple concurrent timers and repeat timers, show/hide, pause/resume
- ➕ Integrate with nvim-notify <https://github.com/rcarriga/nvim-notify>, |pomo-lualine|, and more


Expand All @@ -34,6 +34,13 @@ COMMANDS *pomo-commands*
is given, the latest timer is stopped.
- `:TimerRepeat TIMELIMIT REPETITIONS [NAME]` to start a repeat timer,
e.g. `:TimerRepeat 10s 2` to repeat a 10 second timer twice.
- `:TimerHide [TIMERID]` to hide the notifiers of a running timer, if the
notifiers support that. If no ID is given, the latest timer’s notifiers are
hidden.
- `:TimerShow [TIMERID]` the opposite of `:TimerHide`.
- `:TimerPause [TIMERID]` pause a timer. If no ID is given, the latest timer is
paused.
- `:TimerResume [TIMERID]` the opposite of `:TimerPause`.


==============================================================================
Expand Down

0 comments on commit 4d8a1da

Please sign in to comment.