]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add avidemux, BurpSuite, kite and Osmos (game) (#57)
authorFrancisco V <romasanta.f@zdf.de>
Mon, 23 May 2022 12:43:29 +0000 (14:43 +0200)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 12:43:29 +0000 (14:43 +0200)
* Add Osmos (game)

* Add kite

* Add BurpSuite

* Add avidemux

programs/avidemux.json [new file with mode: 0644]
programs/burpsuite.json [new file with mode: 0644]
programs/kite.json [new file with mode: 0644]
programs/osmos.json [new file with mode: 0644]

diff --git a/programs/avidemux.json b/programs/avidemux.json
new file mode 100644 (file)
index 0000000..bf49c50
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.avidemux6",
+            "movable": false,
+            "help": "Currently unsupported\n\n_Relevant thread:_ https://avidemux.org/smif/index.php/topic,19596.0.html\n"
+        }
+    ],
+    "name": "avidemux"
+}
diff --git a/programs/burpsuite.json b/programs/burpsuite.json
new file mode 100644 (file)
index 0000000..8d0162f
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.BurpSuite",
+            "movable": false,
+            "help": "Currently unsupported\n\n_Relevant thread:_ https://forum.portswigger.net/thread/follow-xdg-directory-specification-d5aea605\n"
+        }
+    ],
+    "name": "burpsuite"
+}
diff --git a/programs/kite.json b/programs/kite.json
new file mode 100644 (file)
index 0000000..77e871c
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.kite",
+            "movable": false,
+            "help": "Currently unsupported\n\n_Relevant issue:_ https://github.com/kiteco/issue-tracker/issues/242\n"
+        }
+    ],
+    "name": "kite"
+}
diff --git a/programs/osmos.json b/programs/osmos.json
new file mode 100644 (file)
index 0000000..161a050
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.Osmos",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant thread:_ https://holarse.de/forums/spiele/allgemein/make_home_directory_xdg_base_spec_great_again\n"
+        }
+    ],
+    "name": "osmos"
+}