mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages/*: fix small typos * Update ssh-copy-id.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * ansible-inventory: fix typo * Update pages/linux/zathura.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * gcloud: fix typo * fdesetup: mark as placeholder * icalbuddy: use general placeholder * ip: make it a placeholder * git-svn: fix typo * pages/*: fix typos * kubectl-get: add mnemonics and long options * kubectl-describe: add mnemonics and long options * pip-install: use short option * Update icalbuddy.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
24 lines
639 B
Markdown
24 lines
639 B
Markdown
# icalBuddy
|
|
|
|
> Command-line utility for printing events and tasks from the macOS calendar database.
|
|
> More information: <https://hasseg.org/icalBuddy/>.
|
|
|
|
- Show events later today:
|
|
|
|
`icalBuddy --includeOnlyEventsFromNowOn eventsToday`
|
|
|
|
- Show uncompleted tasks:
|
|
|
|
`icalBuddy uncompletedTasks`
|
|
|
|
- Show a formatted list separated by calendar for all events today:
|
|
|
|
`icalBuddy --formatOutput --separateByCalendar eventsToday`
|
|
|
|
- Show tasks for a specified number of days:
|
|
|
|
`icalBuddy --includeOnlyEventsFromNowOn "tasksDueBefore:today+{{number_of_days}}"`
|
|
|
|
- Show events in a time range:
|
|
|
|
`icalBuddy eventsFrom:{{start_date}} to:{{end_date}}`
|