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

29
khal Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# khal
> A text-based calendar and scheduling application for the command-line.
> More information: <https://lostpackets.de/khal>.
- Start Khal on interactive mode:
`ikhal`
- Print all events scheduled in personal calendar for the next seven days:
`khal list -a {{personal}} {{today}} {{7d}}`
- Print all events scheduled not in personal calendar for tomorrow at 10:00:
`khal at -d {{personal}} {{tomorrow}} {{10:00}}`
- Print a calendar with a list of events for the next three months:
`khal calendar`
- Add new event to personal calendar:
`khal new -a {{personal}} {{2020-09-08}} {{18:00}} {{18:30}} "{{Dentist appointment}}"`