]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Address program list from issue #80 (#81)
authorAntoine Stevan <44101798+a2n-s@users.noreply.github.com>
Sun, 5 Jun 2022 21:39:21 +0000 (23:39 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jun 2022 21:39:21 +0000 (21:39 +0000)
Co-authored-by: a2n-s <44101798+AntoineStevan@users.noreply.github.com>
programs/arduino.json [new file with mode: 0644]
programs/bash.json
programs/links.json [new file with mode: 0644]
programs/lyrics.json [new file with mode: 0644]
programs/mujoco.json [new file with mode: 0644]

diff --git a/programs/arduino.json b/programs/arduino.json
new file mode 100644 (file)
index 0000000..20dfdb7
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.arduino15",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/arduino/Arduino/issues/3915\n"
+        },
+        {
+            "path": "$HOME/.arduino-create",
+            "movable": false,
+            "help": "Currently unsupported. No information found.\n"
+        }
+    ],
+    "name": "arduino"
+}
\ No newline at end of file
index 7bcad1e018ee1736c4b6e8643eec9c7ee68987ff..73bb82facd2528af5aee4845441483d5a35f2af5 100644 (file)
@@ -1,10 +1,40 @@
 {
 {
-    "name": "bash",
     "files": [
         {
     "files": [
         {
-            "path": "${HOME}/.bash_history",
+            "path": "$HOME/.bash_logout",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
+        },
+        {
+            "path": "$HOME/.bash_login",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
+        },
+        {
+            "path": "$HOME/.bash_profile",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
+        },
+        {
+            "path": "$HOME/.bash_aliases",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
+        },
+        {
+            "path": "$HOME/.bashrc",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.gnu.org/support/?108134\n"
+        },
+        {
+            "path": "$HOME/.oh-my-bash",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport OSH=\"${XDG_DATA_HOME}/oh-my-bash\"\n```\n"
+        },
+        {
+            "path": "$HOME/.bash_history",
             "movable": true,
             "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n"
         }
             "movable": true,
             "help": "Export the following environment variables:\n\n```bash\nexport HISTFILE=\"${XDG_STATE_HOME}\"/bash/history\n```\n"
         }
-    ]
+    ],
+    "name": "bash"
 }
 }
diff --git a/programs/links.json b/programs/links.json
new file mode 100644 (file)
index 0000000..97e12a3
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.links",
+            "movable": false,
+            "help": "Currently unsupported. No information found.\n"
+        }
+    ],
+    "name": "links"
+}
\ No newline at end of file
diff --git a/programs/lyrics.json b/programs/lyrics.json
new file mode 100644 (file)
index 0000000..be537eb
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.lyrics",
+            "movable": false,
+            "help": "Currently unsupported. No information found.\n"
+        }
+    ],
+    "name": "lyrics"
+}
\ No newline at end of file
diff --git a/programs/mujoco.json b/programs/mujoco.json
new file mode 100644 (file)
index 0000000..cd853b0
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.mujoco",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport MUJOCO_PY_MUJOCO_PATH=\"${XDG_SHARE_HOME}/mujoco/mujoco210\"\n```\naccording to https://github.com/openai/mujoco-py#install-mujoco\n"
+        }
+    ],
+    "name": "mujoco"
+}
\ No newline at end of file