agendafs

A filesystem for your calendar.

git clone git://mccd.space/agendafs
commit ebde89072fc4eede36efd1ed68c850890b4de89d
parent 68d736a30ab67c18fff6420c12c161e4036779e2
Author: Marc Coquand <marc@coquand.email>
Date:   Thu, 10 Jul 2025 00:06:28 +0200

README

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
 # agendafs
 
-`agendafs` is a FUSE-based filesystem for writing notes that syncs to
+Agendafs is a FUSE-based filesystem for writing notes that syncs to
 ical-backends using [vdirsyncer](https://vdirsyncer.pimutils.org/) or
 similar tools.
 
@@ -34,7 +34,7 @@ mount_agendafs -o icsdir=<vdirsyncer_directory> <mountpoint>
 
 ### Limitations
 
-Right now attachments are not supported, I don't quite know what happens if you store a file but the behavior is undefined.
+Right now attachments are not supported, I don't quite know what happens if you store a file but the behavior is undefined. You should only store plain-text files for now.
 
 File content is limited to 60KB per note. This ensures that it can safely be
 uploaded and also stored as an xattribute (which is where we store descriptions