Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing helps #374

Merged
merged 6 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions programs/antimicrox.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 5 additions & 5 deletions programs/bazaar.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions programs/ledger.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
14 changes: 7 additions & 7 deletions programs/mysql.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions programs/steam.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions programs/tlauncher.json
Original file line number Diff line number Diff line change
@@ -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"
}
Loading