From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:52:00 +0000 (+0100) Subject: Fix missing helps (#374) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/59004ffbc686cf33f8c696ce6f4d4f81fe77fdd1?ds=inline Fix missing helps (#374) * Fix bazaar * Fix antimicro[x] * Fix steam * Fix ledger * Fix mysql * Fix tlauncher --- diff --git a/programs/antimicrox.json b/programs/antimicrox.json index 2fb5e21..d609ea5 100644 --- a/programs/antimicrox.json +++ b/programs/antimicrox.json @@ -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" } diff --git a/programs/bazaar.json b/programs/bazaar.json index 7530884..6be6535 100644 --- a/programs/bazaar.json +++ b/programs/bazaar.json @@ -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" diff --git a/programs/ledger.json b/programs/ledger.json index 00a60d6..4d9324f 100644 --- a/programs/ledger.json +++ b/programs/ledger.json @@ -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" diff --git a/programs/mysql.json b/programs/mysql.json index 8cd5ec2..1173071 100644 --- a/programs/mysql.json +++ b/programs/mysql.json @@ -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" diff --git a/programs/steam.json b/programs/steam.json index afc5308..b4d2546 100644 --- a/programs/steam.json +++ b/programs/steam.json @@ -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", diff --git a/programs/tlauncher.json b/programs/tlauncher.json index 264e5f0..a920cfa 100644 --- a/programs/tlauncher.json +++ b/programs/tlauncher.json @@ -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