initial
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# =============================================================
|
||||
# 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
|
||||
Reference in New Issue
Block a user