mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
341 B
341 B
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}}