repeater
Context:
user.community.plugin.repeater.repeater.talon
| Spoken | Backend |
|---|---|
| (repeat phrase | again) [<number_small> times] | core.repeat_partial_phrase(number_small or 1) |
| (repeat that | twice) | core.repeat_command(1) |
| <number_small> times | core.repeat_command(number_small - 1) |
| <user.ordinals> | core.repeat_command(ordinals - 1) |
| repeat that <number_small> [times] | core.repeat_command(number_small) |