mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 19:15:26 +02:00
icalbuddy: fix typo and simplified commands (#4094)
This commit is contained in:
parent
b246f9e0f6
commit
b190bed042
1 changed files with 10 additions and 10 deletions
|
@ -1,24 +1,24 @@
|
|||
# icalBuddy
|
||||
|
||||
> Command-line utility for prinitng events and tasks from the macOS calendar database.
|
||||
> Command-line utility for printing events and tasks from the macOS calendar database.
|
||||
> More information: <https://hasseg.org/icalBuddy/>.
|
||||
|
||||
- Show events later today:
|
||||
|
||||
`icalBuddy -n -f eventsToday`
|
||||
`icalBuddy -n eventsToday`
|
||||
|
||||
- Show uncompleted tasks:
|
||||
|
||||
`icalBuddy -f uncompletedTasks`
|
||||
`icalBuddy uncompletedTasks`
|
||||
|
||||
- Show tasks for the next 3 days:
|
||||
- Show a formated list separated by calendar for all events today:
|
||||
|
||||
`icalBuddy -n -f tasksDueBefore:today+3`
|
||||
`icalBuddy -f -sc eventsToday`
|
||||
|
||||
- Show tasks for a specified number of days:
|
||||
|
||||
`icalBuddy -n tasksDueBefore:today+{{days}}`
|
||||
|
||||
- Show events in a time range:
|
||||
|
||||
`icalBuddy -f eventsFrom:'{{start date}}' to:'{{end date}}'`
|
||||
|
||||
- Show custom event list:
|
||||
|
||||
`icalBuddy -f -npn -nc -iep "title,datetime" -ps "| : |" -po "datetime,title" -tf "" -df "%RD" -eed eventsToday+10`
|
||||
`icalBuddy eventsFrom:'{{start date}}' to:'{{end date}}'`
|
||||
|
|
Loading…
Add table
Reference in a new issue