agendafs
A filesystem for your calendar.
git clone git://mccd.space/agendafscommit 6339ca61a670c72b012c764c34a91ccbc585914e
parent 21752d2174924f1085773b0813db469867891d47
Author: Marc Coquand <marc@coquand.email>
Date: Sun, 17 Aug 2025 11:19:09 +0200
Docs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/agendafs.8.scd b/agendafs.8.scd
@@ -102,8 +102,8 @@ The dtstart xattribute can be used for journaling. Simply set the xattribute
when creating a new file:
```
- $ FILE="Meeting with John" TIME=$(date +'%Y%m%d') touch "$FILE" \\
- && setfattr -n user.dtstart -v $TIME $FILE
+ $ export FILE="Meeting with John"; export TIME=$(date +'%Y%m%d');
+ $ touch "$FILE" && setfattr -n user.dtstart -v $TIME "$FILE"
```
# SEE ALSO