From e95c9a5267064162e2bde3dee5b56da3c59e6a71 Mon Sep 17 00:00:00 2001 From: Tor Jacob Neple <62819835+torjacob@users.noreply.github.com> Date: Sat, 1 Apr 2023 17:50:33 +0200 Subject: [PATCH] Add act (#242) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- programs/act.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/act.json diff --git a/programs/act.json b/programs/act.json new file mode 100644 index 0000000..1670c8a --- /dev/null +++ b/programs/act.json @@ -0,0 +1,10 @@ +{ + "name": "act", + "files": [ + { + "path": "$HOME/.actrc", + "movable": true, + "help": "Act supports the XDG spec.\n\n```sh\nmkdir \"$XDG_CONFIG_HOME/act\"\nmv .actrc \"$XDG_CONFIG_HOME/act/actrc\"\n```\n\n[Source:](https://github.com/nektos/act/issues/1678)\n" + } + ] +} -- 2.47.3