20250105.1736079067
This commit is contained in:
parent
0412ac3626
commit
8b0fe5cfc1
6 changed files with 57 additions and 15 deletions
|
@ -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"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue