1
0
Fork 0
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:
Caio Amaral Corrêa 2020-06-11 10:48:33 -03:00 committed by GitHub
parent b246f9e0f6
commit b190bed042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}'`