]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
New programs support + small fixes (#191)
authoralsoGAMER <35269770+alsoGAMER@users.noreply.github.com>
Sun, 20 Nov 2022 19:26:49 +0000 (20:26 +0100)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 19:26:49 +0000 (20:26 +0100)
programs/doom-emacs.json [moved from programs/doom-emacs with 84% similarity]
programs/dotnet.json
programs/nomachine.json [new file with mode: 0644]
programs/parsec.json [new file with mode: 0644]
programs/qt.json [new file with mode: 0644]
programs/vmware.json [new file with mode: 0644]
programs/wpscan.json [new file with mode: 0644]

similarity index 84%
rename from programs/doom-emacs
rename to programs/doom-emacs.json
index 4741da06d1cbca4b883dcb6ed7f4634022e41f15..f990db7d084067c7e41720e7240ccfba5ed533d7 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.doom.d",
             "movable": true,
         {
             "path": "$HOME/.doom.d",
             "movable": true,
-            "help": "XDG is supported out-of-the-box. Simply move _~/.doom.d_ to _$XDG_CONFIG_HOME/doom_. Alternatively export _$DOOMDIR_ to point to your preferred location."
+            "help": "XDG is supported out-of-the-box. Simply move _~/.doom.d_ to _$XDG_CONFIG_HOME/doom_. Alternatively export _$DOOMDIR_ to point to your preferred location.\n"
         }
     ],
     "name": "doom-emacs"
         }
     ],
     "name": "doom-emacs"
index 493b6aa32a4c5a1af9a5da4f5c6a98aadc08085c..9737cb2b28db20e12e127cfd4c7e5d975a961ea6 100644 (file)
@@ -4,6 +4,11 @@
             "path": "$HOME/.dotnet",
             "movable": false,
             "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dotnet/sdk/issues/8678\n"
             "path": "$HOME/.dotnet",
             "movable": false,
             "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dotnet/sdk/issues/8678\n"
+        },
+        {
+            "path": "$HOME/.net",
+            "movable": false,
+            "help": "This directory is used by software written with .NET to store all the DLLs they need to work.\nSo it's pratically impossible to provide a general way to configure this specific behaviour.\n"
         }
     ],
     "name": "dotnet"
         }
     ],
     "name": "dotnet"
diff --git a/programs/nomachine.json b/programs/nomachine.json
new file mode 100644 (file)
index 0000000..310574a
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.nx",
+            "movable": false,
+            "help": "Currently unsupported.\n\nIt can only be fixed by the company, since it's closed source.\n"
+        }
+    ],
+    "name": "nomachine"
+}
diff --git a/programs/parsec.json b/programs/parsec.json
new file mode 100644 (file)
index 0000000..535c5c6
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.parsec",
+            "movable": false,
+            "help": "Currently unsupported.\n\nIt can only be fixed by the company, since it's closed source.\n"
+        }
+    ],
+    "name": "parsec"
+}
diff --git a/programs/qt.json b/programs/qt.json
new file mode 100644 (file)
index 0000000..1c7a8b7
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "Currently unsupported.\nUsed by QT for storing some configuration options.\n",
+            "movable": false,
+            "path": "$HOME/.qt"
+        }
+    ],
+    "name": "qt"
+}
\ No newline at end of file
diff --git a/programs/vmware.json b/programs/vmware.json
new file mode 100644 (file)
index 0000000..a1a34b2
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.vmware",
+            "movable": false,
+            "help": "Currently unsupported.\n\nIt can only be fixed by the company, since it's closed source.\n"
+        }
+    ],
+    "name": "vmware"
+}
diff --git a/programs/wpscan.json b/programs/wpscan.json
new file mode 100644 (file)
index 0000000..e17a941
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.wpscan",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/wpscanteam/wpscan/issues/1586\n"
+        }
+    ],
+    "name": "wpscan"
+}