]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add more programs arch_wiki_scrape
authorb3nj4m1n <b3nj4m1n@gmx.net>
Sun, 29 Jan 2023 23:05:48 +0000 (00:05 +0100)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Sun, 29 Jan 2023 23:05:48 +0000 (00:05 +0100)
programs/Composer.json [new file with mode: 0644]
programs/bitwarden-cli.json [new file with mode: 0644]
programs/blender.json [new file with mode: 0644]
programs/calcurse.json [new file with mode: 0644]
programs/chromium.json [new file with mode: 0644]

diff --git a/programs/Composer.json b/programs/Composer.json
new file mode 100644 (file)
index 0000000..0f8de24
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "Composer",
+    "files": [
+        {
+            "path": "$HOME/.composer",
+            "movable": true,
+            "help": "\n_Relevant issue_: https://github.com/composer/composer/pull/1407\n"
+        }
+    ]
+}
\ No newline at end of file
diff --git a/programs/bitwarden-cli.json b/programs/bitwarden-cli.json
new file mode 100644 (file)
index 0000000..cd5b963
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "Export the following environment variable:\n\n```bash\nBITWARDENCLI_APPDATA_DIR=\"$XDG_DATA_HOME\"/bitwarden\n```\n\n_Relevant issue_: https://github.com/bitwarden/cli/pull/46\n",
+            "movable": true,
+            "path": "$HOME/.config/Bitwarden CLI"
+        }
+    ],
+    "name": "bitwarden-cli"
+}
\ No newline at end of file
diff --git a/programs/blender.json b/programs/blender.json
new file mode 100644 (file)
index 0000000..99179aa
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "Blender",
+    "files": [
+        {
+            "path": "$HOME/.blender",
+            "movable": true,
+            "help": "\n_Relevant issue_: https://developer.blender.org/T28943\n"
+        }
+    ]
+}
\ No newline at end of file
diff --git a/programs/calcurse.json b/programs/calcurse.json
new file mode 100644 (file)
index 0000000..86eb40d
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "Supports XDG by default.\n\nIf the legacy path ~/.calcurse is present, it will take precedence.\n\n_Relevant issue_: https://github.com/lfos/calcurse/pull/254\n",
+            "movable": true,
+            "path": "$HOME/.calcurse"
+        }
+    ],
+    "name": "calcurse"
+}
\ No newline at end of file
diff --git a/programs/chromium.json b/programs/chromium.json
new file mode 100644 (file)
index 0000000..8309686
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "name": "Chromium",
+    "files": [
+        {
+            "path": "$HOME/.chromium",
+            "movable": true,
+            "help": "\n_Relevant issue_: https://groups.google.com/forum/#!topic/chromium-dev/QekVQxF3nho\n"
+        },
+        {
+            "path": "$HOME/.pki",
+            "movable": true,
+            "help": "\n_Relevant issue_: https://groups.google.com/forum/#!topic/chromium-dev/QekVQxF3nho\n"
+        }
+    ]
+}
\ No newline at end of file