calcurse
A text-based calendar and scheduling application for the command-line. More information: <https://calcurse.org>.
Install
- All systems
-
curl cmd.cat/calcurse.sh
- Debian
-
apt-get install calcurse
- Ubuntu
-
apt-get install calcurse
- Alpine
-
apk add calcurse
- Arch Linux
-
pacman -S calcurse
- Kali Linux
-
apt-get install calcurse
- Fedora
-
dnf install calcurse
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install calcurse
- OS X
-
brew install calcurse
- Raspbian
-
apt-get install calcurse
- Dockerfile
- dockerfile.run/calcurse
- Docker
-
docker run cmd.cat/calcurse calcurse
powered by Commando
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
© tl;dr; authors and contributors