From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:51:49 +0000 (+0200) Subject: Merge pull request #276 from pavelskipenes/influx-cli X-Git-Tag: v0.2.0.2~38 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/e5644da128c08887df18c6ba7aa110dcefa5faad?hp=184727c80be923bb7a18c3380e5a5ebacb27581e Merge pull request #276 from pavelskipenes/influx-cli --- diff --git a/programs/antigen.json b/programs/antigen.json new file mode 100644 index 0000000..736a3c1 --- /dev/null +++ b/programs/antigen.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.antigen", + "movable": true, + "help": "Export the following environmental variable:\n\n```bash\nexport ADOTDIR=\"$XDG_DATA_HOME\"/antigen\n```\n\n_Note: do_ **not** _move the pre-existing antigen folder from $HOME/.antigen to the new location because it would make antigen crash (the reason is antigen hardcodes the \"$HOME/.antigen\" directory in the `init.zsh` file upon installation of the bundle), simply_ **remove** _\"$HOME/.antigen\" and the next time you will spawn an instance of zsh, antigen will install all the plugins correctly in the new location (and hardcode the new, correct, location)._\n" + } + ], + "name": "antigen" +} diff --git a/programs/cups.json b/programs/cups.json index 5620087..c947d24 100644 --- a/programs/cups.json +++ b/programs/cups.json @@ -1,10 +1,10 @@ { - "name": "CUPS", - "files": [ - { - "path": "$HOME/.cups", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n" - } - ] + "name": "CUPS", + "files": [ + { + "path": "$HOME/.cups", + "movable": true, + "help": "Supported.\n\nThe file $HOME/.cups can be moved to $XDG_CONFIG_HOME/cups.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n" + } + ] } diff --git a/programs/davfs2.json b/programs/davfs2.json new file mode 100644 index 0000000..16687f6 --- /dev/null +++ b/programs/davfs2.json @@ -0,0 +1,10 @@ +{ + "name": "davfs2", + "files": [ + { + "path": "$HOME/.davfs2", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://savannah.nongnu.org/support/?110249\n" + } + ] +} diff --git a/programs/gdb.json b/programs/gdb.json index 0f066a8..d9121d2 100644 --- a/programs/gdb.json +++ b/programs/gdb.json @@ -4,7 +4,7 @@ { "path": "$HOME/.gdbinit", "movable": true, - "help": "Alias gdb to use custom locations:\n\n```bash\nalias gdb=gdb -n -x $XDG_CONFIG_HOME/gdb/init```\n" + "help": "XDG is supported out-of-the-box, so you can simply move the file to _$XDG_CONFIG_HOME/gdb/gdbinit_.\n" }, { "path": "$HOME/.gdb_history", diff --git a/programs/john.json b/programs/john.json new file mode 100644 index 0000000..5e3e1e5 --- /dev/null +++ b/programs/john.json @@ -0,0 +1,10 @@ +{ + "name": "john", + "files": [ + { + "path": "$HOME/.john", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/openwall/john/issues/4552\n" + } + ] +} diff --git a/programs/minetest.json b/programs/minetest.json new file mode 100644 index 0000000..72c794f --- /dev/null +++ b/programs/minetest.json @@ -0,0 +1,10 @@ +{ + "name": "minetest", + "files": [ + { + "path": "$HOME/.minetest", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport MINETEST_USER_PATH=\"$XDG_DATA_HOME\"/minetest\n```\n" + } + ] +} diff --git a/programs/openjdk.json b/programs/openjdk.json index b40319c..2a031d0 100644 --- a/programs/openjdk.json +++ b/programs/openjdk.json @@ -3,7 +3,7 @@ { "path": "$HOME/.java", "movable": false, - "help": "**Disclaimer: some applications don't respect this setting.**\n\nExport the following environment variable:\n\n```bash\nexport _JAVA_OPTIONS=-Djava.util.prefs.userRoot=\"$XDG_CONFIG_HOME\"/java\n```\n\nSee [ticket](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8290140)" + "help": "**Disclaimer: some applications don't respect this setting.**\n\nExport the following environment variable:\n\n```bash\nexport _JAVA_OPTIONS=-Djava.util.prefs.userRoot=\"$XDG_CONFIG_HOME\"/java\n```\n\nSee [ticket](https://bugs.java.com/bugdatabase/view_bug?bug_id=8290140)" } ], "name": "openjdk" diff --git a/programs/pciutils.json b/programs/pciutils.json new file mode 100644 index 0000000..bcd8957 --- /dev/null +++ b/programs/pciutils.json @@ -0,0 +1,10 @@ +{ + "name": "pciutils", + "files": [ + { + "path": "$HOME/.pciids-cache", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/pciutils/pciutils/issues/148\n" + } + ] +} diff --git a/programs/psensor.json b/programs/psensor.json new file mode 100644 index 0000000..03cbdc2 --- /dev/null +++ b/programs/psensor.json @@ -0,0 +1,10 @@ +{ + "name": "psensor", + "files": [ + { + "path": "$HOME/.psensor", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant patch:_ https://gitlab.com/jeanfi/psensor/-/merge_requests/27\n" + } + ] +} diff --git a/programs/zap-proxy.json b/programs/zap-proxy.json new file mode 100644 index 0000000..a3d6044 --- /dev/null +++ b/programs/zap-proxy.json @@ -0,0 +1,11 @@ +{ + "name": "ZAP Proxy", + "files": [ + { + "path": "$HOME/.ZAP", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/zaproxy/zaproxy/issues/7718" + } + ] +} +