From: alsoGAMER <35269770+alsoGAMER@users.noreply.github.com> Date: Sun, 20 Nov 2022 19:26:49 +0000 (+0100) Subject: New programs support + small fixes (#191) X-Git-Tag: v0.2.0.2~119 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/e6b831c56380c7a5bfde5afa12838d014f42b242?ds=sidebyside New programs support + small fixes (#191) --- diff --git a/programs/doom-emacs b/programs/doom-emacs.json similarity index 84% rename from programs/doom-emacs rename to programs/doom-emacs.json index 4741da0..f990db7 100644 --- a/programs/doom-emacs +++ b/programs/doom-emacs.json @@ -3,7 +3,7 @@ { "path": "$HOME/.doom.d", "movable": true, - "help": "XDG is supported out-of-the-box. Simply move _~/.doom.d_ to _$XDG_CONFIG_HOME/doom_. Alternatively export _$DOOMDIR_ to point to your preferred location." + "help": "XDG is supported out-of-the-box. Simply move _~/.doom.d_ to _$XDG_CONFIG_HOME/doom_. Alternatively export _$DOOMDIR_ to point to your preferred location.\n" } ], "name": "doom-emacs" diff --git a/programs/dotnet.json b/programs/dotnet.json index 493b6aa..9737cb2 100644 --- a/programs/dotnet.json +++ b/programs/dotnet.json @@ -4,6 +4,11 @@ "path": "$HOME/.dotnet", "movable": false, "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dotnet/sdk/issues/8678\n" + }, + { + "path": "$HOME/.net", + "movable": false, + "help": "This directory is used by software written with .NET to store all the DLLs they need to work.\nSo it's pratically impossible to provide a general way to configure this specific behaviour.\n" } ], "name": "dotnet" diff --git a/programs/nomachine.json b/programs/nomachine.json new file mode 100644 index 0000000..310574a --- /dev/null +++ b/programs/nomachine.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.nx", + "movable": false, + "help": "Currently unsupported.\n\nIt can only be fixed by the company, since it's closed source.\n" + } + ], + "name": "nomachine" +} diff --git a/programs/parsec.json b/programs/parsec.json new file mode 100644 index 0000000..535c5c6 --- /dev/null +++ b/programs/parsec.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.parsec", + "movable": false, + "help": "Currently unsupported.\n\nIt can only be fixed by the company, since it's closed source.\n" + } + ], + "name": "parsec" +} diff --git a/programs/qt.json b/programs/qt.json new file mode 100644 index 0000000..1c7a8b7 --- /dev/null +++ b/programs/qt.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "help": "Currently unsupported.\nUsed by QT for storing some configuration options.\n", + "movable": false, + "path": "$HOME/.qt" + } + ], + "name": "qt" +} \ No newline at end of file diff --git a/programs/vmware.json b/programs/vmware.json new file mode 100644 index 0000000..a1a34b2 --- /dev/null +++ b/programs/vmware.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.vmware", + "movable": false, + "help": "Currently unsupported.\n\nIt can only be fixed by the company, since it's closed source.\n" + } + ], + "name": "vmware" +} diff --git a/programs/wpscan.json b/programs/wpscan.json new file mode 100644 index 0000000..e17a941 --- /dev/null +++ b/programs/wpscan.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.wpscan", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/wpscanteam/wpscan/issues/1586\n" + } + ], + "name": "wpscan" +}