Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

38
gcalcli Normal file
View File

@@ -0,0 +1,38 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# gcalcli
> Interact with Google Calendar.
> Requests Google API authorization upon first launch.
> More information: <https://github.com/insanum/gcalcli>.
- List your events for all your calendars over the next 7 days:
`gcalcli agenda`
- Show events starting from or between specific dates (also takes relative dates e.g. "tomorrow"):
`gcalcli agenda {{mm/dd}} [{{mm/dd}}]`
- List events from a specific calendar:
`gcalcli --calendar {{calendar_name}} agenda`
- Display an ASCII calendar of events by week:
`gcalcli calw`
- Display an ASCII calendar of events for a month:
`gcalcli calm`
- Quick-add an event to your calendar:
`gcalcli --calendar {{calendar_name}} quick "{{mm/dd}} {{HH:MM}} {{event_name}}"`
- Add an event to calendar. Triggers interactive prompt:
`gcalcli --calendar "{{calendar_name}}" add`