1
0
Fork 0
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:
Mario Álvarez 2017-10-29 14:23:36 +08:00 committed by Agniva De Sarker
parent 713a0d0c39
commit 59de62110c

20
pages/common/leave.md Normal file
View 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}}`