-
-
Notifications
You must be signed in to change notification settings - Fork 0
Sprint
Peter Halasz edited this page Dec 26, 2018
·
40 revisions
_sprint <duration> <when> <preset> <other>
You can include one <duration>
, one <when>
, one <preset>
, and any number of <other>
parameters. They can be in any order.
Parameter | Example | How long will the sprint be? |
---|---|---|
<minutes> |
_sprint 5 |
5 minutes |
for <minutes> |
_sprint for 5 |
5 minutes |
hel |
_sprint hel |
"however long" — Sprinto spins the wheel and starts a Sprint usually between 10 and 25 minutes, with a tiny chance of being around 5 or 40 minutes |
until :<MM> |
_sprint until :45 |
From the start time until quarter-to (in almost all timezones) |
Parameter | Example | When will the example sprint start |
---|---|---|
<minutes> <minutes> |
_sprint 15 5 |
In 5 minutes. (The first <minutes> is the duration) |
in <minutes> |
_sprint in 5 |
In 5 minutes |
at :<MM> |
_sprint at :30 |
At half past the hour (for almost all timezones). You can leave off either the : or the word at . |
now |
_sprint now |
Start immediately |
next <minute> |
_sprint next 5 |
The next time the big hand is pointing to a number (a multiple of 5 minutes) |
in <minutes> to <minutes> |
_sprint in 5 to 10 |
If you ran this sprint command at 7:14 the sprint would start at 7:20 (in 6 minutes). Sprinto finds the best (roundest) time to start your sprint in the period given. |
Shortcuts: (finds a nice "round" time to start between these times)
Parameter | When will the sprint start |
---|---|
in a few ticks |
in 30s to 60s |
soon |
in 2 to 3 minutes |
in a few or iaf
|
in 3 to 5 mins |
in a bit or iab
|
in 3 to 8 mins |
later |
in 15 to 20 mins |
Convenient ways to start a sprint.
Preset | Meaning |
---|---|
(default) | _sprint for 15m in 1m endtime 3m |
quick |
_sprint for 5m in 30s endtime 90s |
long |
_sprint 30 in 10 to 15 |
marathon |
_sprint for 60 in 10 to 15 endtime 5 |
You can override any part of a preset. For example, _sprint quick 10
will _sprint for 10 minutes in 30 seconds endtime 90s
Keyword | Meaning |
---|---|
quiet or quietly
|
Don't ping anyone to announce the sprint. |
endtime <minutes> |
How long sprinters have to give their final word count (3 minutes by default) |
noff |
"no fast finish" — Always wait the full time for final word counts before showing the final results (instead of speeding it up if everyone's given their word counts). Defaults to 3 minutes. |
Anywhere you use <Minutes>
you can also use seconds, e.g. _sprint for 1000 seconds
or whatever you like really, e.g. _sprint for .01 day
or _sprint for 10:30
. Sprinto uses TimeSpanParser, which was developed for Sprinto.
⸻ Sprinto documentation has moved to sprintobot.com ⸻