agendafs

A filesystem for your calendar.

git clone git://mccd.space/agendafs
commit c175455106cd021082b9680c63af7999e5746ce2
parent c158ec9753686e842b29e6dc7a73ffdde4a2115e
Author: Marc Coquand <marc@coquand.email>
Date:   Fri,  1 Aug 2025 17:24:13 +0200

README

Diffstat:
MREADME.md | 15++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
@@ -39,15 +39,12 @@ make install
 
 Agendafs uses a [vdir storage](https://pimutils.org/specs/vdir/) as a backend to allow users to sync VJOURNAL entries to a remote caldav server.
 
-Each vdir entry is represented as a file or directory in Agendafs. Edit these
-files like you would on a regular filesystem. VJOURNAL entries that have a
-parent relationships are represented as directories. Some VJOURNAL attributes
-can also be accessed via xattr(7). Currently supported attributes are:
-
-- `user.categories` - comma separated list of categories
-- `user.class` - Can be either private, public, confidential.
-
-You can also store arbitrary metadata under other user attributes.
+Agendafs scans the vdir directory for VJOURNAL entries to populate the
+file tree. Each VJOURNAL entry is represented as a file or directory in
+Agendafs. Edit these files like you would on a regular filesystem. Some
+VJOURNAL attributes can also be accessed via xattr(7), for example categories
+a.k.a. tags. The full list of supported user attributes can be found in the
+manpage. 
 
 Agendafs pairs well with file explorers like `ranger`, `lf` or `nnn`.