1
0
Fork
You've already forked khali
0
No description
  • Python 100%
2026年06月01日 11:27:26 +02:00
.gitignore add __pycache__ to .gitignore 2026年01月11日 11:27:36 +01:00
khali.service first-commit 2025年10月17日 21:43:01 +02:00
khali.timer first-commit 2025年10月17日 21:43:01 +02:00
main.py add default values to help 2026年06月01日 11:27:26 +02:00
pyproject.toml update to use khal alarms-list 2025年10月18日 01:21:25 +02:00
README.md add more cli config 2026年06月01日 11:21:48 +02:00

Khali

Uses khal, vdirsyncer and at to sync calendars and set alarms. Requires some sort of notification daemon and paplay to play the audio.

Note

Requires khal git version

the latest version of khali uses a feature only on the git version of khal. You can install this version by using pipx, or equivalently pip:

pipx install git+https://github.com/pimutils/khal.git If you don't want this, you can use the first commit of this repo instead.

See configuration section.

Also supports pipx installation (pipx install git+https://codeberg.org/dhruva_sambrani/khali.git --force), and provides systemd timer and service files (download and place manually).

Run khali -h to see command line options