]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add nb and bindle (#59)
authorTLZ <roesch.eric@protonmail.com>
Mon, 23 May 2022 14:03:32 +0000 (16:03 +0200)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 14:03:32 +0000 (16:03 +0200)
programs/bindle.json [new file with mode: 0644]
programs/nb.json [new file with mode: 0644]

diff --git a/programs/bindle.json b/programs/bindle.json
new file mode 100644 (file)
index 0000000..11df9b9
--- /dev/null
@@ -0,0 +1,20 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.bindle",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport BINDLEPATH=\"$XDG_DATA_HOME/bindle\"\n```\n"
+        },
+        {
+            "path": "$HOME/.bindlerc",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport BINDLERC=\"$XDG_CONFIG_HOME/bindlerc\"\n```\n"
+        },
+        {
+            "path": "$HOME/.dotsrc",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport BINDLERC=\"$XDG_CONFIG_HOME/dotsrc\"\n```\n"
+        }
+    ],
+    "name": "bindle"
+}
diff --git a/programs/nb.json b/programs/nb.json
new file mode 100644 (file)
index 0000000..198519b
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.nb",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport NB_DIR=\"$XDG_DATA_HOME/nb\"\n```\n"
+        },
+        {
+            "path": "$HOME/.nbrc",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport NBRC_PATH=\"$XDG_CONFIG_HOME/nbrc\"\n```\n"
+        }
+    ],
+    "name": "nb"
+}