]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix missing helps (#374)
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Thu, 22 Feb 2024 13:52:00 +0000 (14:52 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 13:52:00 +0000 (14:52 +0100)
* Fix bazaar

* Fix antimicro[x]

* Fix steam

* Fix ledger

* Fix mysql

* Fix tlauncher

programs/antimicrox.json
programs/bazaar.json
programs/ledger.json
programs/mysql.json
programs/steam.json
programs/tlauncher.json

index 2fb5e2128a5837796dd222459c5d2eaa71260653..d609ea565b0215760161d3b44c189038facb10f9 100644 (file)
@@ -1,15 +1,15 @@
 {
-    "name": "antimicrox",
     "files": [
         {
-            "path": "$HOME/.antimicro",
+            "help": "Move to `XDG_CONFIG_HOME/antimicro`\n",
             "movable": true,
-            "help": ""
+            "path": "$HOME/.antimicro"
         },
         {
-            "path": "$HOME/.antimicrox",
+            "help": "Move to `XDG_CONFIG_HOME/antimicrox`\n",
             "movable": true,
-            "help": ""
+            "path": "$HOME/.antimicrox"
         }
-    ]
+    ],
+    "name": "antimicrox"
 }
index 7530884e85385770a08419fb6509fd3a9133a11c..6be653503f8ca94eae4f0da997c9b1d22bce5c99 100644 (file)
@@ -1,14 +1,14 @@
 {
     "files": [
         {
-            "path": "$HOME/.bzr.log",
-            "movable": false,
-            "help": "\n"
+            "help": "Try exporting the following enviornment variable:\n```bash\nBZR_LOG=$XDG_CACHE_HOME/bazaar\n```\n",
+            "movable": true,
+            "path": "$HOME/.bzr.log"
         },
         {
-            "path": "$HOME/.bazaar",
+            "help": "Bazaar should use _$HOME/.config/bazaar_ if it exists.\n",
             "movable": true,
-            "help": "Bazaar should use _$HOME/.config/bazaar_ if it exists.\n"
+            "path": "$HOME/.bazaar"
         }
     ],
     "name": "bazaar"
index 00a60d6def351ca0029f5c65a1edc3d2aa3e521a..4d9324f4ecfff98bb9e9c50ca0b73961f53b23e8 100644 (file)
@@ -1,14 +1,14 @@
 {
     "files": [
         {
-            "path": "$HOME/.pricedb",
-            "movable": false,
-            "help": "\n"
+            "help": "You can set a custom location for this file using the `--price-db $XDG_DATA_HOME/pricedb` flag.\n",
+            "movable": true,
+            "path": "$HOME/.pricedb"
         },
         {
-            "path": "$HOME/.ledgerrc",
+            "help": "Move file to `$XDG_CONFIG_HOME/ledger/ledgerrc`.\nSee [1960](https://github.com/ledger/ledger/pull/1960).\n\nIf using an older version, alias ledger to use a custom configuration file:\n\n```bash\nledger --init-file \"$XDG_CONFIG_HOME\"/ledgerrc\n```\n\n",
             "movable": true,
-            "help": "Alias ledger to use a custom configuration file:\n\n```bash\nledger --init-file \"$XDG_CONFIG_HOME\"/ledgerrc\n```\n"
+            "path": "$HOME/.ledgerrc"
         }
     ],
     "name": "ledger"
index 8cd5ec29f2ac692ae77b4af8f6fa87a76bf15fca..11730717c6c68e0771eb05c03721e94397263af2 100644 (file)
@@ -1,19 +1,19 @@
 {
     "files": [
         {
-            "path": "$HOME/.mylogin.cnf",
-            "movable": false,
-            "help": ""
+            "help": "You can specify the file location using the `--login-path` flag.\nApparently only supported for mysql-server, not mysql-client.\n",
+            "movable": true,
+            "path": "$HOME/.mylogin.cnf"
         },
         {
-            "path": "$HOME/.my.cnf",
+            "help": "Unsupported.\n",
             "movable": false,
-            "help": ""
+            "path": "$HOME/.my.cnf"
         },
         {
-            "path": "$HOME/.mysql_history",
+            "help": "Export the following environment variables:\n\n```bash\nexport MYSQL_HISTFILE=\"$XDG_DATA_HOME\"/mysql_history\n```\n",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport MYSQL_HISTFILE=\"$XDG_DATA_HOME\"/mysql_history\n```\n"
+            "path": "$HOME/.mysql_history"
         }
     ],
     "name": "mysql"
index afc53088ab74b0a01975456e879bda0f5bb7e4e7..b4d25468b07081f5ca6f916597fbb36a9b028fa1 100644 (file)
@@ -3,12 +3,12 @@
         {
             "path": "$HOME/.steampid",
             "movable": false,
-            "help": ""
+            "help": "See the relevant [issue](https://github.com/ValveSoftware/steam-for-linux/issues/1890). It's a goldmine.\n\n> Day 3368\n> A drop or two and follows a river of tears\n> How the cries of the anguished fall on deaf ears\n> A $HOME I believed I'm the one to own\n> Excalibur lifted and this issue remains in stone\n\nCurrently the only way to remove these files is to use the flatpak version.\nBefore switching, see [this](https://www.reddit.com/r/linux_gaming/comments/rp2ss9/is_there_any_real_disadvantages_to_using_the/) reddit thread."
         },
         {
             "path": "$HOME/.steampath",
             "movable": false,
-            "help": ""
+            "help": "See the relevant [issue](https://github.com/ValveSoftware/steam-for-linux/issues/1890). It's a goldmine.\n\n> Day 3368\n> A drop or two and follows a river of tears\n> How the cries of the anguished fall on deaf ears\n> A $HOME I believed I'm the one to own\n> Excalibur lifted and this issue remains in stone\n\nCurrently the only way to remove these files is to use the flatpak version.\nBefore switching, see [this](https://www.reddit.com/r/linux_gaming/comments/rp2ss9/is_there_any_real_disadvantages_to_using_the/) reddit thread."
         },
         {
             "path": "$HOME/.steam",
index 264e5f033465039e83a2ac2a6272080b5931fb1a..a920cfac13f28e1180864337ede8fdd779d046ab 100644 (file)
@@ -1,15 +1,15 @@
 {
-    "name": "tlauncher",
     "files": [
         {
-            "path": "$HOME/.tlauncher",
+            "help": "Doesn't seem like it's supported, and apparently [the bug tracker is facebook](https://tlauncher.org/en/send-bug-tlauncher.html).\n",
             "movable": false,
-            "help": ""
+            "path": "$HOME/.tlauncher"
         },
         {
-            "path": "$HOME/.tl",
+            "help": "Doesn't seem like it's supported, and apparently [the bug tracker is facebook](https://tlauncher.org/en/send-bug-tlauncher.html).\n",
             "movable": false,
-            "help": ""
+            "path": "$HOME/.tl"
         }
-    ]
-}
+    ],
+    "name": "tlauncher"
+}
\ No newline at end of file