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

View File

@@ -1,24 +1,24 @@
# icalBuddy # 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/>. > More information: <https://hasseg.org/icalBuddy/>.
- Show events later today: - Show events later today:
`icalBuddy -n -f eventsToday` `icalBuddy -n eventsToday`
- Show uncompleted tasks: - 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: - Show events in a time range:
`icalBuddy -f eventsFrom:'{{start date}}' to:'{{end date}}'` `icalBuddy 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`