Files
raspi_openclaw/old/mailbox-cal-openclaw-skill/mailbox-cal/config/todoman.conf
T
2026-05-06 08:41:06 +02:00

33 lines
929 B
Plaintext

# =============================================================
# todoman Konfiguration
# Pfad: ~/.config/todoman/config.cfg
# Dokumentation: https://todoman.readthedocs.io/
# =============================================================
[main]
# Verzeichnis mit den synchronisierten VTODO-Dateien (vdirsyncer output)
path = ~/.local/share/vdirsyncer/tasks/*
# Standard-Liste für neue Aufgaben (muss einem Unterverzeichnis entsprechen)
default_list = Aufgaben
# Datum/Zeit-Format (deutsches Format)
date_format = %d.%m.%Y
time_format = %H:%M
datetime_format = %d.%m.%Y %H:%M
# Farbige Ausgabe aktivieren
color = auto
# Abgeschlossene Aufgaben ausblenden (true = nur offene anzeigen)
# Kann via CLI mit --all überschrieben werden
humanize = true
# Priorität anzeigen
show_private = true
# Dateierweiterung für VTODO-Dateien
# (muss mit vdirsyncer fileext übereinstimmen)
# fileext = .ics ← Standard, nicht ändern