mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 14:54:22 +00:00
Update cheatsheets
This commit is contained in:
29
linux/calcurse
Normal file
29
linux/calcurse
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# calcurse
|
||||
|
||||
> A text-based calendar and scheduling application for the command-line.
|
||||
> More information: <https://calcurse.org>.
|
||||
|
||||
- Start `calcurse` on interactive mode:
|
||||
|
||||
`calcurse`
|
||||
|
||||
- Print the appointments and events for the current day and exit:
|
||||
|
||||
`calcurse --appointment`
|
||||
|
||||
- Remove all local calcurse items and import remote objects:
|
||||
|
||||
`calcurse-caldav --init=keep-remote`
|
||||
|
||||
- Remove all remote objects and push local calcurse items:
|
||||
|
||||
`calcurse-caldav --init=keep-local`
|
||||
|
||||
- Copy local objects to the CalDAV server and vice versa:
|
||||
|
||||
`calcurse-caldav --init=two-way`
|
||||
Reference in New Issue
Block a user