1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:22:09 +02:00
tldr/pages/common/leave.md
2017-10-29 11:53:36 +05:30

20 lines
341 B
Markdown

# 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}}`