Skip to content

Commit

Permalink
repeater: Add repeat phrase commands (talonhub#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Jun 18, 2023
1 parent 0006ce9 commit 8f56667
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/repeater/repeater.talon
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
<number_small> times: core.repeat_command(number_small - 1)
(repeat that | twice): core.repeat_command(1)
repeat that <number_small> [times]: core.repeat_command(number_small)

(repeat phrase | again) [<number_small> times]:
core.repeat_partial_phrase(number_small or 1)

0 comments on commit 8f56667

Please sign in to comment.