Forrest logo
back to context overview

icalbuddy

List of commands for icalbuddy:

  • icalbuddy:tldr:006d3 icalbuddy: Show tasks for a specified number of days.
    $ icalBuddy --includeOnlyEventsFromNowOn "tasksDueBefore:today+${8}"
    try on your machine
    explain this command
  • icalbuddy:tldr:87e69 icalbuddy: Show a formatted list separated by calendar for all events today.
    $ icalBuddy --formatOutput --separateByCalendar eventsToday
    try on your machine
    explain this command
  • icalbuddy:tldr:9fc96 icalbuddy: Show uncompleted tasks.
    $ icalBuddy uncompletedTasks
    try on your machine
    explain this command
  • icalbuddy:tldr:9fe98 icalbuddy: Show events later today.
    $ icalBuddy --includeOnlyEventsFromNowOn eventsToday
    try on your machine
    explain this command
  • icalbuddy:tldr:c85de icalbuddy: Show events in a time range.
    $ icalBuddy eventsFrom:${start_date} to:${end_date}
    try on your machine
    explain this command
back to context overview