]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add act (#242)
authorTor Jacob Neple <62819835+torjacob@users.noreply.github.com>
Sat, 1 Apr 2023 15:50:33 +0000 (17:50 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Apr 2023 15:50:33 +0000 (17:50 +0200)
Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
programs/act.json [new file with mode: 0644]

diff --git a/programs/act.json b/programs/act.json
new file mode 100644 (file)
index 0000000..1670c8a
--- /dev/null
@@ -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"
+        }
+    ]
+}