agendafs
A filesystem for your calendar.
git clone git://mccd.space/agendafscommit aaca639fd5fbeab1865fe06e97e3edc0b69a7404
parent 06037496d64e767850cdea46d260e587af288b45
Author: Marc Coquand <marc@coquand.email>
Date: Fri, 30 May 2025 20:15:59 +0100
README
Diffstat:
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,22 @@
+# journalfs
+
+A true journaling file system for humans! Allows you to keep your journal
+in your CalDAV server.
+
+This fuse-based filesystem integrates with a directory of ics
+to display files.
+
+This will mount a directory of journal entries created by
+[vdirsyncer](https://vdirsyncer.pimutils.org/en/stable/index.html) and
+allow you to create journal entries with your favorite tools. `vdirsyncer`
+then syncs these back to your caldav server.
+
+Usage:
+
+```
+mkdir /tmp/journal
+./journalfs $HOME/.journal/XXX-XXX-XXX /tmp/journal
+# Add -d for debugging
+```
+
+Will mount journalfs