sdep

A simple "date+event" line parser
git clone https://git.tronto.net/sdep
Download | Log | Files | Refs | README | LICENSE

commit 1e7001ae3ec5c55cc8f621a81da33eb9c0061ebc
parent a0c92ae6c9c996222b8d49f9d79bcf852ffbb0f8
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Mon, 10 May 2021 18:29:06 +0200

Clarified SDEPDATA script folder

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -89,7 +89,8 @@ The `scripts` folder contains the few scripts that I use. They are basically just a more elaborate version of the calendar system described above, with support for recurring events (e.g. weekly, daily). You can install them with `make scripts`, but first make sure to adjust them to match your local -configuration, like the location of the events file. +configuration. +For example check that the folder SDEPDATA in Makefile suits you. Most of the scripts rely on the `-d` option of the GNU date utility, so you should change that too if you are on a BSD system or on MacOS.