agendafs

A filesystem for your calendar.

git clone git://mccd.space/agendafs
commit 8bd898f7344c79061bbe6522f3627932af81af83
parent 1dd0041cda6b6cb19d1771af3b25d6a0ffe54222
Author: Marc Coquand <marc@coquand.email>
Date:   Wed, 23 Jul 2025 19:43:07 +0200

README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -28,7 +28,7 @@ make
 
 Agendafs uses [vdir storages](https://pimutils.org/specs/vdir/) as a backend to allow users to sync VJOURNAL entries to a remote caldav server.
 
-Each VJOURNAL 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 relationship are represented as directories. Some VJOURNAL attributes can also be accessed via xattr(7). Currently supported attributes are:
+Each VJOURNAL 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.