mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
Add long options on icalbuddy (#9534)
This commit is contained in:
parent
3fd8b8e7b2
commit
3b5ff92995
@ -5,7 +5,7 @@
|
||||
|
||||
- Show events later today:
|
||||
|
||||
`icalBuddy -n eventsToday`
|
||||
`icalBuddy --includeOnlyEventsFromNowOn eventsToday`
|
||||
|
||||
- Show uncompleted tasks:
|
||||
|
||||
@ -13,11 +13,11 @@
|
||||
|
||||
- Show a formatted list separated by calendar for all events today:
|
||||
|
||||
`icalBuddy -f -sc eventsToday`
|
||||
`icalBuddy --formatOutput --separateByCalendar eventsToday`
|
||||
|
||||
- Show tasks for a specified number of days:
|
||||
|
||||
`icalBuddy -n "tasksDueBefore:today+{{days}}"`
|
||||
`icalBuddy --includeOnlyEventsFromNowOn "tasksDueBefore:today+{{days}}"`
|
||||
|
||||
- Show events in a time range:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user