mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
leave: add page (#1574)
This commit is contained in:
parent
713a0d0c39
commit
59de62110c
1 changed files with 20 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue