mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 16:35:44 +02:00
calcurse: add page (#2995)
This commit is contained in:
parent
e9ad70e30c
commit
9dafa0dee1
1 changed files with 24 additions and 0 deletions
24
pages/linux/calcurse.md
Normal file
24
pages/linux/calcurse.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# calcurse
|
||||
|
||||
> A text-based calendar and scheduling application for the command line.
|
||||
> Homepage: <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`
|
Loading…
Add table
Reference in a new issue