From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Sun, 15 May 2022 14:27:42 +0000 (+0200) Subject: Merge pull request #26 from BlueBoxWare/since X-Git-Tag: v0.2.0.0~63 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/14a03cefb812f2586b930a7855b0de78d9931c7d?hp=b4125c6c863543f1b7359a5caf0c7a1028d73e39 Merge pull request #26 from BlueBoxWare/since 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" +}