From 64acc38c54d5a4d786f5615636013d59d60214b1 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Apr 2021 14:52:27 +0200 Subject: [PATCH] Auto: misc. --- promnesia-howto.md | 2 +- promnesia-sources.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 promnesia-sources.md diff --git a/promnesia-howto.md b/promnesia-howto.md index cf177adb6..d7c16c694 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -19,7 +19,7 @@ I would myself qualify this a bit and say that Promnesia is a tool with several - Configure the local process. - `promnesia config` to seed a config in `.config/promnesia/config.py` - Edit to your liking. Refer to [[promnesia config]] for examples. - - You can install additional sources by referring to https://github.com/karlicoss/promnesia/blob/master/doc/SOURCES.org. + - You can install additional sources by referring to [[promnesia sources]]. - Configure the periodic indexer. This means adding a [[cronjob]] that runs `promnesia index`. I run mine every 10 minutes. - `crontab -e` and add the following - `*/10 * * * * ~/.local/bin/promnesia index >/tmp/promnesia-index-stdout.log 2>/tmp/promnesia-index-stderr.log` diff --git a/promnesia-sources.md b/promnesia-sources.md new file mode 100644 index 000000000..07f267a99 --- /dev/null +++ b/promnesia-sources.md @@ -0,0 +1,4 @@ +# promnesia sources + +- [[go]] https://github.com/karlicoss/promnesia/blob/master/doc/SOURCES.org +