]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Jameica and J-Pilot, fix typo for Docker (#439)
authorSunny <8181990+TheLastZombie@users.noreply.github.com>
Sat, 19 Oct 2024 08:25:35 +0000 (08:25 +0000)
committerGitHub <noreply@github.com>
Sat, 19 Oct 2024 08:25:35 +0000 (10:25 +0200)
* Add jameica

* Add J-Pilot

* Fix typo for Docker

programs/docker.json
programs/jameica.json [new file with mode: 0644]
programs/jpilot.json [new file with mode: 0644]

index 0abbebdc53a38fccaa3e6d6acad714d0deea2fce..bd976ad4dcb2da582cdd60e07a3be0de480d4a6f 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.docker",
             "movable": true,
         {
             "path": "$HOME/.docker",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-desktop won't follow this rulling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-desktop won't follow this ruling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n"
         }
     ],
     "name": "docker"
         }
     ],
     "name": "docker"
diff --git a/programs/jameica.json b/programs/jameica.json
new file mode 100644 (file)
index 0000000..8661692
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "name": "jameica",
+    "files": [
+        {
+            "path": "$HOME/.jameica",
+            "movable": true,
+            "help": "The path to this directory can be adjusted freely inside _.jameica.properties_.\n"
+        },
+        {
+            "path": "$HOME/.jameica.properties",
+            "movable": false,
+            "help": "Currently unsupported.\n"
+        }
+    ]
+}
diff --git a/programs/jpilot.json b/programs/jpilot.json
new file mode 100644 (file)
index 0000000..1ab717f
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "jpilot",
+    "files": [
+        {
+            "path": "$HOME/.jpilot",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport JPILOT_HOME=\"$XDG_DATA_HOME\"\n```\n"
+        }
+    ]
+}