From: b3nj4m1n Date: Sun, 29 Jan 2023 23:05:48 +0000 (+0100) Subject: Add more programs X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9ba683a2f8c9d963beb6f62d3383121206b43b33 Add more programs --- diff --git a/programs/Composer.json b/programs/Composer.json new file mode 100644 index 0000000..0f8de24 --- /dev/null +++ b/programs/Composer.json @@ -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 index 0000000..cd5b963 --- /dev/null +++ b/programs/bitwarden-cli.json @@ -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 index 0000000..99179aa --- /dev/null +++ b/programs/blender.json @@ -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 index 0000000..86eb40d --- /dev/null +++ b/programs/calcurse.json @@ -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 index 0000000..8309686 --- /dev/null +++ b/programs/chromium.json @@ -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