From: BlueBoxWare Date: Sun, 15 May 2022 13:33:55 +0000 (+0200) Subject: Add configuration for since X-Git-Tag: v0.2.0.0~63^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/f02b38b5e5df18999478e95048a53ba36a3ccd2e?ds=inline Add configuration for since --- diff --git a/programs/since.json b/programs/since.json new file mode 100644 index 0000000..cfc7a78 --- /dev/null +++ b/programs/since.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.since", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport SINCE=\"$XDG_DATA_HOME\"/since\n```\n" + } + ], + "name": "since" +}