20250105.1736079067

This commit is contained in:
fz0x1 2025-01-05 13:11:07 +01:00
parent 0412ac3626
commit 8b0fe5cfc1
6 changed files with 57 additions and 15 deletions

View file

@ -1,5 +1,5 @@
from promnesia.common import Source
from promnesia.sources import auto
from promnesia.sources import auto, shellcmd
"""
List of sources to use.
@ -31,4 +31,5 @@ SOURCES = [
name="inbox",
ignored=["*.html", "*.gpg"],
),
Source(shellcmd.index, "linkding_promnesia.sh", name="linkding"),
]