feat: add directory configuration

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-06-22 14:59:28 +02:00
parent 87be5c22a2
commit ac9df7eb62
Signed by: kfickel
GPG key ID: A793722F9933C1A5
4 changed files with 108 additions and 5 deletions

View file

@ -8,7 +8,9 @@ dependencies = [
"click>=8.2.1",
"mistletoe>=1.4.0",
"pydantic>=2.11.3",
"pydantic-settings[yaml]>=2.10.0",
"typer>=0.16.0",
"xdg-base-dirs>=6.0.2",
]
[project.scripts]