leave: add page (#1574)
This commit is contained in:

committed by
Agniva De Sarker

parent
713a0d0c39
commit
59de62110c
20
pages/common/leave.md
Normal file
20
pages/common/leave.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# leave
|
||||
|
||||
> Remind when it's time to leave.
|
||||
> To remove reminders use `kill $(pidof leave)`.
|
||||
|
||||
- Set a reminder at a given time:
|
||||
|
||||
`leave {{time_to_leave}}`
|
||||
|
||||
- Remind to leave at noon:
|
||||
|
||||
`leave {{1200}}`
|
||||
|
||||
- Set a reminder in a specific amount of time:
|
||||
|
||||
`leave +{{amount_of_time}}`
|
||||
|
||||
- Remind to leave in 4 hours and 4 minutes:
|
||||
|
||||
`leave +{{0404}}`
|
Reference in New Issue
Block a user