]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
NNormalize referring to environment variables for max compatibility. (#247)
authorRyan A. Pavlik <ryan.pavlik@gmail.com>
Fri, 7 Apr 2023 16:39:41 +0000 (11:39 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 16:39:41 +0000 (18:39 +0200)
69 files changed:
programs/alsa.json
programs/apvlv.json
programs/aria2.json
programs/asdf-vm.json
programs/asunder.json
programs/bash.json
programs/binwalk.json
programs/bpython.json
programs/byobu.json
programs/cabal.json
programs/ccache.json
programs/cgdb.json
programs/chez.json
programs/cinnamon.json
programs/clojure.json
programs/cpanminus.json
programs/curl.json
programs/emacs.json
programs/fontconfig.json
programs/fonts.json
programs/gdb.json
programs/gef.json
programs/gem.json
programs/git.json
programs/gnuplot.json
programs/goobookrc.json
programs/httpie.json
programs/icons.json
programs/ideavim.json
programs/ipython.json
programs/latexmk.json
programs/less.json
programs/lnav.json
programs/lua.json
programs/mapscii.json
programs/matplotlib.json
programs/mcfly.json
programs/mercurial.json
programs/msmtp.json
programs/nano.json
programs/netbeans.json
programs/notmuch.json
programs/npm.json
programs/pandoc.json
programs/pex.json
programs/pnpm.json
programs/pulseaudio.json
programs/pylint.json
programs/qrcp.json
programs/racket.json
programs/rtorrent.json
programs/sandboxd.json
programs/scummvm.json
programs/simplescreenrecorder.json
programs/sqlite.json
programs/surf.json
programs/swap.json
programs/taskwarrior.json
programs/themes.json
programs/tig.json
programs/tmux.json
programs/trash.json
programs/virtualbox.json
programs/visidata.json
programs/weechat.json
programs/when.json
programs/xcompose.json
programs/xmobar.json
programs/xonsh.json

index 729d04587bbdf668e6e752647d3c9c417645f1e8..e238402fb6179115516f5df5b036226ea2820069 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.asoundrc",
             "movable": true,
         {
             "path": "$HOME/.asoundrc",
             "movable": true,
-            "help": "Supported since _v1.2.3_.\n\nYou can move the file to _XDG_CONFIG_HOME/alsa/asoundrc_.\n"
+            "help": "Supported since _v1.2.3_.\n\nYou can move the file to _$XDG_CONFIG_HOME/alsa/asoundrc_.\n"
         }
     ]
 }
         }
     ]
 }
index 1be64c95b4c1a132e518738501305a1518a63bc0..6e761ee470b29d00d068aee897dbd9ecfe75927d 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.apvlvrc",
             "movable": true,
         {
             "path": "$HOME/.apvlvrc",
             "movable": true,
-            "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/apvlv/apvlvrc_.\n"
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/apvlv/apvlvrc_.\n"
         }
     ]
 }
         }
     ]
 }
index 0d4d12716890c87af2d578dc6076dec5c3d43c9d..1cb22482232c0e73aaf7bc5c824a03c6c2d85c08 100644 (file)
@@ -2,14 +2,14 @@
     "name": "aria2_dir",
     "files": [
         {
     "name": "aria2_dir",
     "files": [
         {
-            "path": "${HOME}/.aria2/dht.dat",
+            "path": "$HOME/.aria2/dht.dat",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.aria2/dht.dat can be moved to ${XDG_CACHE_HOME}/aria2/dht.dat.\n"
+            "help": "Supported\n\nThe file $HOME/.aria2/dht.dat can be moved to $XDG_CACHE_HOME/aria2/dht.dat.\n"
         },
         {
         },
         {
-            "path": "${HOME}/.aria2/aria.conf",
+            "path": "$HOME/.aria2/aria.conf",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.aria2/aria.conf can be moved to ${XDG_CONFIG_HOME}/aria2/aria2.conf.\n"
+            "help": "Supported\n\nThe file $HOME/.aria2/aria.conf can be moved to $XDG_CONFIG_HOME/aria2/aria2.conf.\n"
         }
     ]
 }
         }
     ]
 }
index 8ebefe337bef6a0dfbbbfe5ea088cc7cfb60d0b0..6f51c48fff75c5cbb6c0479115c59408fd7685c2 100644 (file)
@@ -3,12 +3,12 @@
         {
             "path": "$HOME/.asdf",
             "movable": true,
         {
             "path": "$HOME/.asdf",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport ASDF_DATA_DIR=\"${XDG_DATA_HOME}\"/asdf\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport ASDF_DATA_DIR=\"$XDG_DATA_HOME\"/asdf\n```\n"
         },
         {
             "path": "$HOME/.asdfrc",
             "movable": true,
         },
         {
             "path": "$HOME/.asdfrc",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport ASDF_CONFIG_FILE=\"${XDG_CONFIG_HOME}\"/asdf/asdfrc\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport ASDF_CONFIG_FILE=\"$XDG_CONFIG_HOME\"/asdf/asdfrc\n```\n"
         }
     ],
     "name": "asdf-vm"
         }
     ],
     "name": "asdf-vm"
index 1c8735c5fb30bd59115f8d821e4a031fa13abf62..0a63dcfb07474f882244590cd9f4c1824cf213eb 100644 (file)
@@ -4,22 +4,22 @@
         {
             "path": "$HOME/.asunder",
             "movable": true,
         {
             "path": "$HOME/.asunder",
             "movable": true,
-            "help": "Supported since _v2.9.0_.\n\nYou can move the file to _XDG_CONFIG_HOME/asunder/asunder_.\n"
+            "help": "Supported since _v2.9.0_.\n\nYou can move the file to _$XDG_CONFIG_HOME/asunder/asunder_.\n"
         },
         {
             "path": "$HOME/.asunder_album_artist",
             "movable": true,
         },
         {
             "path": "$HOME/.asunder_album_artist",
             "movable": true,
-            "help": "Supported since _v2.9.0_.\n\nYou can move the file to _XDG_CACHE_HOME/asunder/asunder_album_artist_.\n"
+            "help": "Supported since _v2.9.0_.\n\nYou can move the file to _$XDG_CACHE_HOME/asunder/asunder_album_artist_.\n"
         },
         {
             "path": "$HOME/.asunder_album_genre",
             "movable": true,
         },
         {
             "path": "$HOME/.asunder_album_genre",
             "movable": true,
-            "help": "Supported since _v2.9.0_.\n\nYou can move the file to _XDG_CACHE_HOME/asunder/asunder_album_genre_.\n"
+            "help": "Supported since _v2.9.0_.\n\nYou can move the file to _$XDG_CACHE_HOME/asunder/asunder_album_genre_.\n"
         },
         {
             "path": "$HOME/.asunder_album_title",
             "movable": true,
         },
         {
             "path": "$HOME/.asunder_album_title",
             "movable": true,
-            "help": "Supported since _v2.9.0_.\n\nYou can move the file to _XDG_CACHE_HOME/asunder/asunder_album_title_.\n"
+            "help": "Supported since _v2.9.0_.\n\nYou can move the file to _$XDG_CACHE_HOME/asunder/asunder_album_title_.\n"
         }
     ]
 }
         }
     ]
 }
index 73bb82facd2528af5aee4845441483d5a35f2af5..6b468ccf167500281c5944161308ae7a56894171 100644 (file)
@@ -28,7 +28,7 @@
         {
             "path": "$HOME/.oh-my-bash",
             "movable": true,
         {
             "path": "$HOME/.oh-my-bash",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport OSH=\"${XDG_DATA_HOME}/oh-my-bash\"\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport OSH=\"$XDG_DATA_HOME/oh-my-bash\"\n```\n"
         },
         {
             "path": "$HOME/.bash_history",
         },
         {
             "path": "$HOME/.bash_history",
index 97e45dc84dc38bc6ab3ce257f8e0a775ded50b3b..82e47852c395e13ed0f736725e5ce9225955577d 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.binwalk",
             "movable": true,
         {
             "path": "$HOME/.binwalk",
             "movable": true,
-            "help": "Supported since commit _2051757_.\n\nYou can move the file to _XDG_CONFIG_HOME/binwalk_.\n"
+            "help": "Supported since commit _2051757_.\n\nYou can move the file to _$XDG_CONFIG_HOME/binwalk_.\n"
         }
     ]
 }
         }
     ]
 }
index 145e950bd49b4f9d3cd44e3996656bd6a9cabac7..3d1a68aa29df4c92e396eb4be8a913ad80fa2f1d 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.pythonhist",
             "movable": true,
         {
             "path": "$HOME/.pythonhist",
             "movable": true,
-            "help": "You can overwrite this in the config file:\n\n(_XDG_CONFIG_HOME/bpython/config_)\n```bash\n[general]\nhist_file = $XDG_DATA_HOME/bpythonhistory\n```\n"
+            "help": "You can overwrite this in the config file:\n\n(_$XDG_CONFIG_HOME/bpython/config_)\n```bash\n[general]\nhist_file = $XDG_DATA_HOME/bpythonhistory\n```\n"
         }
     ],
     "name": "bpython"
         }
     ],
     "name": "bpython"
index 59157929a54038e9386f553949cf876fc09ccbe4..a105ba62a9cf057e1c44a0cbb9dc608985242f0a 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.byobu",
             "movable": true,
         {
             "path": "$HOME/.byobu",
             "movable": true,
-            "help": "Supported since _v4.17_.\n\nYou can move the file to _XDG_CONFIG_HOME/byobu_.\n"
+            "help": "Supported since _v4.17_.\n\nYou can move the file to _$XDG_CONFIG_HOME/byobu_.\n"
         }
     ]
 }
         }
     ]
 }
index b3e546cc144d157686c1718f226a4e1278c0f633..81b84be02a87f92af8e41ab4222ec80e3774d6d9 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.cabal",
             "movable": true,
         {
             "path": "$HOME/.cabal",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport CABAL_CONFIG=\"$XDG_CONFIG_HOME\"/cabal/config\nexport CABAL_DIR=\"$XDG_DATA_HOME\"/cabal\n```\n\n_cabal_ might also require you to edit your new _XDG_CONFIG_HOME/cabal/config_ file by replacing all mentions of _~/.cabal_ with either _XDG_CONFIG_HOME/cabal_ or _XDG_DATA_HOME/cabal_."
+            "help": "Export the following environment variables:\n\n```bash\nexport CABAL_CONFIG=\"$XDG_CONFIG_HOME\"/cabal/config\nexport CABAL_DIR=\"$XDG_DATA_HOME\"/cabal\n```\n\n_cabal_ might also require you to edit your new _$XDG_CONFIG_HOME/cabal/config_ file by replacing all mentions of _~/.cabal_ with either _$XDG_CONFIG_HOME/cabal_ or _$XDG_DATA_HOME/cabal_."
         }
     ],
     "name": "cabal"
         }
     ],
     "name": "cabal"
index a757b15218664ec16153f0644959a629c9a4d385..eb7cc5da0995ae479294e93be742417bac7dd147 100644 (file)
@@ -2,9 +2,9 @@
     "name": "ccache",
     "files": [
         {
     "name": "ccache",
     "files": [
         {
-            "path": "${HOME}/.ccache",
+            "path": "$HOME/.ccache",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=\"${XDG_CACHE_HOME}\"/ccache\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=\"$XDG_CACHE_HOME\"/ccache\n```\n"
         }
     ]
 }
         }
     ]
 }
index 3bff00df765c6db329df6e5d5d04abe761f8b666..c111138d3e9a46d1d1222d36b8814fae5c4fc3d8 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.cgdb",
             "movable": true,
         {
             "path": "$HOME/.cgdb",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport CGDB_DIR=\"$XDG_CONFIG_HOME\"/cgdb\n```\n\nMove the configuration file to _XDG_CONFIG_HOME/cgdb/cgdbrc_\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport CGDB_DIR=\"$XDG_CONFIG_HOME\"/cgdb\n```\n\nMove the configuration file to _$XDG_CONFIG_HOME/cgdb/cgdbrc_\n"
         }
     ],
     "name": "cgdb"
         }
     ],
     "name": "cgdb"
-}
\ No newline at end of file
+}
index 87325cb178dadbb65321c55b8850fb3645bb4bef..7e8fd4cb5ce417e332b715df7fda7a2b9872f7f9 100644 (file)
@@ -2,9 +2,9 @@
     "name": "chez",
     "files": [
         {
     "name": "chez",
     "files": [
         {
-            "path": "${HOME}/.chezscheme_history",
+            "path": "$HOME/.chezscheme_history",
             "movable": true,
             "movable": true,
-            "help": "Alias petite to use custom locations:\n\n```bash\nalias petite=petite --eehistory ${XDG_DATA_HOME}/chezscheme/history\nalias scheme=scheme --eehistory ${XDG_DATA_HOME}/chezscheme/history```\n"
+            "help": "Alias petite to use custom locations:\n\n```bash\nalias petite=petite --eehistory $XDG_DATA_HOME/chezscheme/history\nalias scheme=scheme --eehistory $XDG_DATA_HOME/chezscheme/history```\n"
         }
     ]
 }
         }
     ]
 }
index 4c53e8203ee9f48edaf1ae6e02c9a56f5deb9c1f..22f12b4f719219b61cd92c7fa765e47d415ead47 100644 (file)
@@ -4,32 +4,32 @@
         {
             "path": "$HOME/.cinnamon/spices.cache/",
             "movable": true,
         {
             "path": "$HOME/.cinnamon/spices.cache/",
             "movable": true,
-            "help": "Supported since _5.6.0_.\n\nYou can either delete or move the folder to _XDG_CACHE_HOME/cinnamon/spices_.\n"
+            "help": "Supported since _5.6.0_.\n\nYou can either delete or move the folder to _$XDG_CACHE_HOME/cinnamon/spices_.\n"
         },
         {
             "path": "$HOME/.cinnamon/panel-launchers/",
             "movable": true,
         },
         {
             "path": "$HOME/.cinnamon/panel-launchers/",
             "movable": true,
-            "help": "Supported since _5.6.0_.\n\nYou can move the folder to _XDG_DATA_HOME/cinnamon/panel-launchers_.\n"
+            "help": "Supported since _5.6.0_.\n\nYou can move the folder to _$XDG_DATA_HOME/cinnamon/panel-launchers_.\n"
         },
         {
             "path": "$HOME/.cinnamon/backgrounds/",
             "movable": true,
         },
         {
             "path": "$HOME/.cinnamon/backgrounds/",
             "movable": true,
-            "help": "Supported since _5.6.0_.\n\nYou can move the folder to _XDG_DATA_HOME/cinnamon/backgrounds_.\n"
+            "help": "Supported since _5.6.0_.\n\nYou can move the folder to _$XDG_DATA_HOME/cinnamon/backgrounds_.\n"
         },
         {
             "path": "$HOME/.cinnamon/configs/",
             "movable": true,
         },
         {
             "path": "$HOME/.cinnamon/configs/",
             "movable": true,
-            "help": "Supported since _5.6.0_.\n\nYou can move the folder to _XDG_CONFIG_HOME/cinnamon/spices_.\n"
+            "help": "Supported since _5.6.0_.\n\nYou can move the folder to _$XDG_CONFIG_HOME/cinnamon/spices_.\n"
         },
         {
             "path": "$HOME/.cinnamon/glass.log",
             "movable": true,
         },
         {
             "path": "$HOME/.cinnamon/glass.log",
             "movable": true,
-            "help": "Supported since _5.6.0_.\n\nYou can either delete or move the file to _XDG_STATE_HOME/cinnamon/glass.log_.\n"
+            "help": "Supported since _5.6.0_.\n\nYou can either delete or move the file to _$XDG_STATE_HOME/cinnamon/glass.log_.\n"
         },
         {
             "path": "$HOME/.cinnamon/harvester.log",
             "movable": true,
         },
         {
             "path": "$HOME/.cinnamon/harvester.log",
             "movable": true,
-            "help": "Supported since _5.6.0_.\n\nYou can either delete or move the file to _XDG_STATE_HOME/cinnamon/harvester.log_.\n"
+            "help": "Supported since _5.6.0_.\n\nYou can either delete or move the file to _$XDG_STATE_HOME/cinnamon/harvester.log_.\n"
         }
     ]
 }
         }
     ]
 }
index c7df049e31f52202faa1c25db13a0490d3078b2c..3465a73e621024f00937792150d8f34b93b4d68f 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.clojure",
             "movable": true,
         {
             "path": "$HOME/.clojure",
             "movable": true,
-            "help": "XDG is supported out-of-the-box, so we can simply move the directory to _XDG_CONFIG_HOME/clojure_.\n"
+            "help": "XDG is supported out-of-the-box, so we can simply move the directory to _$XDG_CONFIG_HOME/clojure_.\n"
         }
     ]
 }
         }
     ]
 }
index b39b860008b616c52a203866db63147fc1a4eb26..5fe21d7439f473110ec1eed333f39ffbb72e385d 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.cpanm",
             "movable": true,
         {
             "path": "$HOME/.cpanm",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport PERL_CPANM_HOME=\"${XDG_CACHE_HOME}\"/cpanm\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport PERL_CPANM_HOME=\"$XDG_CACHE_HOME\"/cpanm\n```\n"
         }
     ],
     "name": "cpanminus"
         }
     ],
     "name": "cpanminus"
index add51ae06af4b8ad3471e528a60fd870bbfeb61f..0d6bece0b7047bcacd0c85cdaf3b374b6c8b27d0 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.curlrc",
             "movable": true,
         {
             "path": "$HOME/.curlrc",
             "movable": true,
-            "help": "Supported since _v7.73.0_.\n\nYou can move the file to _XDG_CONFIG_HOME/.curlrc_.\n"
+            "help": "Supported since _v7.73.0_.\n\nYou can move the file to _$XDG_CONFIG_HOME/.curlrc_.\n"
         }
     ]
 }
         }
     ]
 }
index 22b226d74df8b34d88f8c714f6b51e29e3327b33..566e6656016e4f6f2ce781e0d78b5c02e4fc9f0f 100644 (file)
@@ -1,7 +1,7 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported since _27.1_.\n\nYou can move the file to _XDG_CONFIG_HOME/emacs/init.el_.\n",
+            "help": "Supported since _27.1_.\n\nYou can move the file to _$XDG_CONFIG_HOME/emacs/init.el_.\n",
             "movable": true,
             "path": "$HOME/.emacs.d/init.el"
         },
             "movable": true,
             "path": "$HOME/.emacs.d/init.el"
         },
             "path": "$HOME/.emacs.d"
         },
         {
             "path": "$HOME/.emacs.d"
         },
         {
-            "help": "Looks to be supported natively. However, according to XDG \"Legacy paths have precedence over XDG paths. Emacs will never create _XDG_CONFIG_HOME/emacs/_\".\nMove at your own risk.\n\nYou can move the file to _XDG_CONFIG_HOME/emacs_.\n",
+            "help": "Looks to be supported natively. However, according to XDG \"Legacy paths have precedence over XDG paths. Emacs will never create _$XDG_CONFIG_HOME/emacs/_\".\nMove at your own risk.\n\nYou can move the file to _$XDG_CONFIG_HOME/emacs_.\n",
             "movable": true,
             "path": "$HOME/.emacs"
         }
     ],
     "name": "emacs"
             "movable": true,
             "path": "$HOME/.emacs"
         }
     ],
     "name": "emacs"
-}
\ No newline at end of file
+}
index 9233b26e454294e735e80d75823da91128d4b40f..2edc7aaac0be78b6c8a5233d4160f7519e3ab1d2 100644 (file)
@@ -2,14 +2,14 @@
     "name": "fontconfig",
     "files": [
         {
     "name": "fontconfig",
     "files": [
         {
-            "path": "${HOME}/.fontconfig",
+            "path": "$HOME/.fontconfig",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.fontconfig can be moved to ${XDG_DATA_HOME}/fontconfig.\n"
+            "help": "Supported\n\nThe file $HOME/.fontconfig can be moved to $XDG_DATA_HOME/fontconfig.\n"
         },
         {
         },
         {
-            "path": "${HOME}/.fonts.conf",
+            "path": "$HOME/.fonts.conf",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.fonts.conf can be moved to ${XDG_DATA_HOME}/fontconfig/fonts.conf.\n"
+            "help": "Supported\n\nThe file $HOME/.fonts.conf can be moved to $XDG_DATA_HOME/fontconfig/fonts.conf.\n"
         }
     ]
 }
         }
     ]
 }
index 0fd2a9a1f39fbbe13d017edd1d50f3d588f11f67..ebf54f563993c58d01cbb5685d6b92b453fa7997 100644 (file)
@@ -2,9 +2,9 @@
     "name": "fonts",
     "files": [
         {
     "name": "fonts",
     "files": [
         {
-            "path": "${HOME}/.fonts",
+            "path": "$HOME/.fonts",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.fonts can be moved to ${XDG_DATA_HOME}/fonts.\n"
+            "help": "Supported\n\nThe file $HOME/.fonts can be moved to $XDG_DATA_HOME/fonts.\n"
         }
     ]
 }
         }
     ]
 }
index 11fee1c24878a35a54b5dd67e4325922b8009a3f..0f066a8948d92f4246fdb80de3ebf35267fed091 100644 (file)
@@ -2,14 +2,14 @@
     "name": "gdb",
     "files": [
         {
     "name": "gdb",
     "files": [
         {
-            "path": "${HOME}/.gdbinit",
+            "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"
         },
         {
             "path": "$HOME/.gdb_history",
             "movable": true,
             "movable": true,
             "help": "Alias gdb to use custom locations:\n\n```bash\nalias gdb=gdb -n -x $XDG_CONFIG_HOME/gdb/init```\n"
         },
         {
             "path": "$HOME/.gdb_history",
             "movable": true,
-            "help": "GDB supports setting it's config file path through an environment variable. Simply move your _.gdb_history_ file to _XDG_CONFIG_HOME/gdb_ and export the following:\n\n```bash\nexport GDBHISTFILE=\"$XDG_CONFIG_HOME\"/gdb/.gdb_history \n```\n\nNote: If you are using GEF this does not work, as GEF overwrites the filepath. In order to use the correct path again, you have to call ```set history filename ~/.config/gdb/.gdb_history``` after you source _gef.py_ in your gdb init file.\n"
+            "help": "GDB supports setting it's config file path through an environment variable. Simply move your _.gdb_history_ file to _$XDG_CONFIG_HOME/gdb_ and export the following:\n\n```bash\nexport GDBHISTFILE=\"$XDG_CONFIG_HOME\"/gdb/.gdb_history \n```\n\nNote: If you are using GEF this does not work, as GEF overwrites the filepath. In order to use the correct path again, you have to call ```set history filename ~/.config/gdb/.gdb_history``` after you source _gef.py_ in your gdb init file.\n"
         }
     ]
 }
         }
     ]
 }
index a9cd31d8af89596303a9c1d85a54df79c687dd9d..92e6a98aab5b58a39434f34fa9545195eb244881 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.gef.rc",
             "movable": true,
         {
             "path": "$HOME/.gef.rc",
             "movable": true,
-            "help": "GEF supports setting it's config file path through an environment variable. Simply move your _.gef.rc_ file to _XDG_CONFIG_HOME/gef_ and export the following:\n\n```bash\nexport GEF_RC=\"$XDG_CONFIG_HOME\"/gef/.gef.rc \n```\n"
+            "help": "GEF supports setting it's config file path through an environment variable. Simply move your _.gef.rc_ file to _$XDG_CONFIG_HOME/gef_ and export the following:\n\n```bash\nexport GEF_RC=\"$XDG_CONFIG_HOME\"/gef/.gef.rc \n```\n"
         }
     ]
 }
         }
     ]
 }
index 63ef6733fa55ffb614ac82b9d05900f793959ee8..93d6891b64ca784c655b4067e27abef6c7075529 100644 (file)
@@ -2,19 +2,19 @@
     "name": "gem",
     "files": [
         {
     "name": "gem",
     "files": [
         {
-            "path": "${HOME}/.gem/ruby",
+            "path": "$HOME/.gem/ruby",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.gem/ruby can be moved to ${XDG_CONFIG_HOME}/gem.\n"
+            "help": "Supported\n\nThe file $HOME/.gem/ruby can be moved to $XDG_CONFIG_HOME/gem.\n"
         },
         {
         },
         {
-            "path": "${HOME}/.gem",
+            "path": "$HOME/.gem",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport GEM_HOME=\"${XDG_DATA_HOME}\"/gem\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport GEM_HOME=\"$XDG_DATA_HOME\"/gem\n```\n"
         },
         {
         },
         {
-            "path": "${HOME}/.gem/specs",
+            "path": "$HOME/.gem/specs",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport GEM_SPEC_CACHE=\"${XDG_CACHE_HOME}\"/gem\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport GEM_SPEC_CACHE=\"$XDG_CACHE_HOME\"/gem\n```\n"
         }
     ]
 }
         }
     ]
 }
index 61a41bdf92814d67d2ed04ff1ac13dc433e246e2..2144edfc5b2cbb8475b94cf40d660f193e632ea0 100644 (file)
@@ -4,17 +4,17 @@
         {
             "path": "$HOME/.gitconfig",
             "movable": true,
         {
             "path": "$HOME/.gitconfig",
             "movable": true,
-            "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/config_.\n"
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/config_.\n"
         },
         {
             "path": "$HOME/.gitignore",
             "movable": true,
         },
         {
             "path": "$HOME/.gitignore",
             "movable": true,
-            "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/ignore_.\n"
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/ignore_.\n"
         },
         {
             "path": "$HOME/.git-credentials",
             "movable": true,
         },
         {
             "path": "$HOME/.git-credentials",
             "movable": true,
-            "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/credentials_.\n"
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/credentials_.\n"
         }
     ]
 }
         }
     ]
 }
index 1ea1de2b2f9dc00092d8fa3713f4db7fee1ad2b4..aa8309d4fcb6747c2f6cb81dec06b5bf3f4ba94a 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported since _a5562b1_.\n\nYou can move the file to _XDG_STATE_HOME/gnuplot_history_.\n",
+            "help": "Supported since _a5562b1_.\n\nYou can move the file to _$XDG_STATE_HOME/gnuplot_history_.\n",
             "movable": true,
             "path": "$HOME/.gnuplot_history"
         }
     ],
     "name": "gnuplot"
             "movable": true,
             "path": "$HOME/.gnuplot_history"
         }
     ],
     "name": "gnuplot"
-}
\ No newline at end of file
+}
index 8bd3c75e5dfea01efe2f71450368c0079bb79525..b038d2395d2b34bafaafda0d1f0f59ff0af55c3f 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.goobookrc",
             "movable": true,
         {
             "path": "$HOME/.goobookrc",
             "movable": true,
-            "help": "Supported since _v3.5_.\n\nYou can move the file to _XDG_CONFIG_HOME/goobookrc_.\n"
+            "help": "Supported since _v3.5_.\n\nYou can move the file to _$XDG_CONFIG_HOME/goobookrc_.\n"
         }
     ]
 }
         }
     ]
 }
index e3c200e9df77dcaf278a5cea5621effb8e4e029e..621ecd9bebab4e8f9c03ecfa3ea700c094ea84c4 100644 (file)
@@ -2,9 +2,9 @@
     "name": "httpie",
     "files": [
         {
     "name": "httpie",
     "files": [
         {
-            "path": "${HOME}/.httpie",
+            "path": "$HOME/.httpie",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.httpie can be moved to ${XDG_CONFIG_HOME}/httpie.\n"
+            "help": "Supported\n\nThe file $HOME/.httpie can be moved to $XDG_CONFIG_HOME/httpie.\n"
         }
     ]
 }
         }
     ]
 }
index 550732fc7202336449fb974662712f0a7c7ba757..4035138738f088abbd00d7e7d2a3f6b65490ac19 100644 (file)
@@ -2,9 +2,9 @@
     "name": "icons",
     "files": [
         {
     "name": "icons",
     "files": [
         {
-            "path": "${HOME}/.icons",
+            "path": "$HOME/.icons",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.icons can be moved to ${XDG_DATA_HOME}/icons.\n\nIf there are cursor themes installed in _${XDG_DATA_HOME}/icons_, it may be necessary to add the path to XCURSOR_PATH. For example:\n\n```bash\nexport XCURSOR_PATH=/usr/share/icons:${XDG_DATA_HOME}/icons\n```\n\n"
+            "help": "Supported\n\nThe file $HOME/.icons can be moved to $XDG_DATA_HOME/icons.\n\nIf there are cursor themes installed in _$XDG_DATA_HOME/icons_, it may be necessary to add the path to XCURSOR_PATH. For example:\n\n```bash\nexport XCURSOR_PATH=/usr/share/icons:$XDG_DATA_HOME/icons\n```\n\n"
         }
     ]
 }
         }
     ]
 }
index b295968e0386202f4f2851263b6301c1954eab25..08f5341d664b7afeb1f84c83b153a721dc4ef57a 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.ideavimrc",
             "movable": true,
         {
             "path": "$HOME/.ideavimrc",
             "movable": true,
-            "help": "Supported since version 0.55. You can simply move the file to _XDG_CONFIG_HOME/ideavim/ideavimrc_.\n"
+            "help": "Supported since version 0.55. You can simply move the file to _$XDG_CONFIG_HOME/ideavim/ideavimrc_.\n"
         }
     ]
 }
         }
     ]
 }
index 0138c14410214f0d0c41475811f1e8eabbecdc90..1412af21d255adc1d9ce3ad60fa5e47425e29312 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported since _8.0.0_.\n\nYou can move the file to _XDG_CONFIG_HOME/ipython_.\n\nOr set the following environment variable:\n```bash\nexport IPYTHONDIR=\"${XDG_CONFIG_HOME}/ipython\"\n```\n",
+            "help": "Supported since _8.0.0_.\n\nYou can move the file to _$XDG_CONFIG_HOME/ipython_.\n\nOr set the following environment variable:\n```bash\nexport IPYTHONDIR=\"$XDG_CONFIG_HOME/ipython\"\n```\n",
             "movable": true,
             "path": "$HOME/.ipython"
         }
     ],
     "name": "ipython"
             "movable": true,
             "path": "$HOME/.ipython"
         }
     ],
     "name": "ipython"
-}
\ No newline at end of file
+}
index 13e152a6333b379b0ec7263683acac7944382a69..dea752af577cc4d2a155b2e3b56c84a4e8c1dabb 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.latexmkrc",
             "movable": true,
         {
             "path": "$HOME/.latexmkrc",
             "movable": true,
-            "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/latexmk/latexmkrc_.\n"
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/latexmk/latexmkrc_.\n"
         }
     ]
 }
         }
     ]
 }
index a978785ce0d53d5ea1b74984469b57a8708a2926..cd7debd2598e50fc116687cddced3bdbbc3318fe 100644 (file)
@@ -3,8 +3,8 @@
         {
             "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"$XDG_STATE_HOME\"/less/history\n```\n",
             "movable": true,
         {
             "help": "Export the following environment variables:\n\n```bash\nexport LESSHISTFILE=\"$XDG_STATE_HOME\"/less/history\n```\n",
             "movable": true,
-            "path": "${HOME}/.lesshst"
+            "path": "$HOME/.lesshst"
         }
     ],
     "name": "less"
         }
     ],
     "name": "less"
-}
\ No newline at end of file
+}
index bb0013fa3aa1acf360344a59dfe9574f7e48df5c..ae9921e2720e4881f1b52aa349379ff2994bb927 100644 (file)
@@ -2,9 +2,9 @@
     "name": "lnav",
     "files": [
         {
     "name": "lnav",
     "files": [
         {
-            "path": "${HOME}/.lnav",
+            "path": "$HOME/.lnav",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.lnav can be moved to ${XDG_CONFIG_HOME}/lnav.\n"
+            "help": "Supported\n\nThe file $HOME/.lnav can be moved to $XDG_CONFIG_HOME/lnav.\n"
         }
     ]
 }
         }
     ]
 }
index 2a62e3e0b6ce1f9ee72b7f0a648ef1e1fbfabb2a..c3594197952f4793d6959f6af65fe7279e4cd6c2 100644 (file)
@@ -8,7 +8,7 @@
                {
                        "path": "$HOME/.luarocks",
                        "movable": true,
                {
                        "path": "$HOME/.luarocks",
                        "movable": true,
-                       "help": "Supported\n\nThe file ${HOME}/.luarocks can be moved to ${XDG_CONFIG_HOME}/luarocks.\n\n"
+                       "help": "Supported\n\nThe file $HOME/.luarocks can be moved to $XDG_CONFIG_HOME/luarocks.\n\n"
                }
     ],
     "name": "lua"
                }
     ],
     "name": "lua"
index f9b69bd08e4a88a33f1219a492925be22bc06b8c..f9eb0f44c17dd410efcec0f9662ecafe18f25007 100644 (file)
@@ -2,9 +2,9 @@
     "name": "mapscii",
     "files": [
         {
     "name": "mapscii",
     "files": [
         {
-            "path": "${HOME}/.mapscii",
+            "path": "$HOME/.mapscii",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.mapscii can be moved to ${XDG_CACHE_HOME}/mapscii.\n"
+            "help": "Supported\n\nThe file $HOME/.mapscii can be moved to $XDG_CACHE_HOME/mapscii.\n"
         }
     ]
 }
         }
     ]
 }
index c7449000d35e62ce489e141a661e89c00b0a17d1..b528c98a8e40c434edbaea3ba8b3ba1de9f4c641 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Matplotlib will use _XDG_CONFIG_HOME/matplotlib_ and _XDG_CACHE_HOME/matplotlib_ on linux by default if the directories are writable.\n\nYou can also set the _MPLCONFIGDIR_ environment variable, see the [documentation](https://matplotlib.org/stable/users/faq/environment_variables_faq.html#envvar-MPLCONFIGDIR).\n",
+            "help": "Matplotlib will use _$XDG_CONFIG_HOME/matplotlib_ and _$XDG_CACHE_HOME/matplotlib_ on linux by default if the directories are writable.\n\nYou can also set the _MPLCONFIGDIR_ environment variable, see the [documentation](https://matplotlib.org/stable/users/faq/environment_variables_faq.html#envvar-MPLCONFIGDIR).\n",
             "movable": true,
             "path": "$HOME/.matplotlib"
         }
     ],
     "name": "matplotlib"
             "movable": true,
             "path": "$HOME/.matplotlib"
         }
     ],
     "name": "matplotlib"
-}
\ No newline at end of file
+}
index 18d443a2468c14252fad8e6376f423b8922063ad..0b20d09b8b32b1a201e2969aad51527a34c27d41 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.mcfly/history.db",
             "movable": true,
         {
             "path": "$HOME/.mcfly/history.db",
             "movable": true,
-            "help": "Luckily, the XDG spec is supported by mcfly, so we can simply move the file to _XDG_DATA_HOME/mcfly/history.db_.\n"
+            "help": "Luckily, the XDG spec is supported by mcfly, so we can simply move the file to _$XDG_DATA_HOME/mcfly/history.db_.\n"
         }
     ],
     "name": "mcfly"
         }
     ],
     "name": "mcfly"
index db085450252bafe54b8551ba47362f336a8adab9..257786ace8888a803141c9b96a0e0c481578befc 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.hgrc",
             "movable": true,
         {
             "path": "$HOME/.hgrc",
             "movable": true,
-            "help": "Supported since _v4.2_.\n\nYou can move the file to _XDG_CONFIG_HOME/hg/hgrc_.\n"
+            "help": "Supported since _v4.2_.\n\nYou can move the file to _$XDG_CONFIG_HOME/hg/hgrc_.\n"
         }
     ]
 }
         }
     ]
 }
index 9233429912a3c86a0726daea382aec1869225c5b..07ff93016e710181bb07d4f79cb13301a296a2fb 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.msmtprc",
             "movable": true,
         {
             "path": "$HOME/.msmtprc",
             "movable": true,
-            "help": "Supported since _v1.6.7_.\n\nYou can move the file to _XDG_CONFIG_HOME/msmtp/config_.\n"
+            "help": "Supported since _v1.6.7_.\n\nYou can move the file to _$XDG_CONFIG_HOME/msmtp/config_.\n"
         }
     ]
 }
         }
     ]
 }
index a4ef0914e76d2f4e2d93cb0dae0a89af58586705..d2901f5ae8b4f725a93d72028494bc9fe0aa74df 100644 (file)
@@ -4,12 +4,12 @@
         {
             "path": "$HOME/.nanorc",
             "movable": true,
         {
             "path": "$HOME/.nanorc",
             "movable": true,
-            "help": "XDG is partially supported since _v2.9.0_. You can move the file to _XDG_CONFIG_HOME/nano/nanorc_."
+            "help": "XDG is partially supported since _v2.9.0_. You can move the file to _$XDG_CONFIG_HOME/nano/nanorc_."
         },
         {
             "path": "$HOME/.nano",
             "movable": true,
         },
         {
             "path": "$HOME/.nano",
             "movable": true,
-            "help": "XDG is partially supported since _v2.9.0_. You can move the directory to _XDG_DATA_HOME/nano_."
+            "help": "XDG is partially supported since _v2.9.0_. You can move the directory to _$XDG_DATA_HOME/nano_."
         }
     ]
 }
         }
     ]
 }
index a9246bdd3a98edc0d2d0ed0b21e0d3c54899ceab..9cd07960dd0f99810ae02d5d6bd05d55ded99dd8 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.netbeans",
             "movable": true,
         {
             "path": "$HOME/.netbeans",
             "movable": true,
-            "help": "Alias netbeans to use a custom configuration location:\n\n```bash\nalias netbeans=netbeans --userdir \"${XDG_CONFIG_HOME}\"/netbeans\n```\n"
+            "help": "Alias netbeans to use a custom configuration location:\n\n```bash\nalias netbeans=netbeans --userdir \"$XDG_CONFIG_HOME\"/netbeans\n```\n"
         }
     ],
     "name": "netbeans"
         }
     ],
     "name": "netbeans"
-}
\ No newline at end of file
+}
index 875f6ccf5e96adadf18eaf3a0bdc671d424d294e..a7bf16eff3742bb89a2fcf71c76644e93719df3e 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.notmuch-config",
             "movable": true,
         {
             "path": "$HOME/.notmuch-config",
             "movable": true,
-            "help": "Supported out-of-the-box.\n\nYou can move the file to _XDG_CONFIG_HOME/notmuch/default/config_.\n"
+            "help": "Supported out-of-the-box.\n\nYou can move the file to _$XDG_CONFIG_HOME/notmuch/default/config_.\n"
         }
     ]
 }
         }
     ]
 }
index 7ae081b1986a729192a1ce496d16fe09b7e92220..ecca1da8d8126a57708034de1d52b95095af8bf4 100644 (file)
@@ -1,7 +1,7 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "You need to put the following into your npmrc:\n\n```\nprefix=${XDG_DATA_HOME}/npm\ncache=${XDG_CACHE_HOME}/npm\ninit-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js\ntmp=${XDG_RUNTIME_DIR}/npm\n```\n\n_Note: the `tmp` option has been removed in more recent versions of npm, including it will generate a warning._\n",
+            "help": "You need to put the following into your npmrc:\n\n```\nprefix=$XDG_DATA_HOME/npm\ncache=$XDG_CACHE_HOME/npm\ninit-module=$XDG_CONFIG_HOME/npm/config/npm-init.js\ntmp=${XDG_RUNTIME_DIR}/npm\n```\n\n_Note: the `tmp` option has been removed in more recent versions of npm, including it will generate a warning._\n",
             "movable": true,
             "path": "$HOME/.npm"
         },
             "movable": true,
             "path": "$HOME/.npm"
         },
@@ -12,4 +12,4 @@
         }
     ],
     "name": "npm"
         }
     ],
     "name": "npm"
-}
\ No newline at end of file
+}
index dc64b2c4509f3074f4feae3e0e89326ea9b37d13..98bf33249750cf79c7893b5f31abbb46ddaaa0ad 100644 (file)
@@ -4,7 +4,7 @@
                {
                        "path": "$HOME/.pandoc",
                        "movable": true,
                {
                        "path": "$HOME/.pandoc",
                        "movable": true,
-                       "help": "Supported\n\nThe file ${HOME}/.pandoc can be moved to ${XDG_DATA_HOME}/pandoc.\n"
+                       "help": "Supported\n\nThe file $HOME/.pandoc can be moved to $XDG_DATA_HOME/pandoc.\n"
                }
        ]
 }
                }
        ]
 }
index 2878b020b142a73a71f8fbc1e352e7049beeba9d..71689e726a2f05df95cdf9e5da53ddbc3ec9d18e 100644 (file)
@@ -2,9 +2,9 @@
     "name": "pex",
     "files": [
         {
     "name": "pex",
     "files": [
         {
-            "path": "${HOME}/.pex",
+            "path": "$HOME/.pex",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport PEX_ROOT=\"${XDG_CACHE_HOME}\"/pex\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport PEX_ROOT=\"$XDG_CACHE_HOME\"/pex\n```\n"
         }
     ]
 }
         }
     ]
 }
index 5d586f8083b9477120fb11be6995bb95e6225fc0..d861e68b18d16397382e1ded4e532ec467d66e44 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.pnpm-store",
             "movable": true,
         {
             "path": "$HOME/.pnpm-store",
             "movable": true,
-            "help": "Add the following to your npmrc:\n\n```\nstore-dir=${XDG_DATA_HOME}/pnpm-store\n```\n"
+            "help": "Add the following to your npmrc:\n\n```\nstore-dir=$XDG_DATA_HOME/pnpm-store\n```\n"
         }
     ],
     "name": "pnpm"
         }
     ],
     "name": "pnpm"
-}
\ No newline at end of file
+}
index aef3d991325d22b6d1878331b3b10cee8eef750f..7658260d2f3c29f408bcae53a70329156957a7f3 100644 (file)
@@ -1,12 +1,12 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported since _4.0_ according to https://bugzilla.redhat.com/show_bug.cgi?id=845607\n\nYou can move the file to _XDG_CONFIG_HOME/pulse_\n",
+            "help": "Supported since _4.0_ according to https://bugzilla.redhat.com/show_bug.cgi?id=845607\n\nYou can move the file to _$XDG_CONFIG_HOME/pulse_\n",
             "movable": true,
             "path": "$HOME/.pulse"
         },
         {
             "movable": true,
             "path": "$HOME/.pulse"
         },
         {
-            "help": "Supported since _4.0_ according to https://bugzilla.redhat.com/show_bug.cgi?id=845607\n\nYou can move this file to _XDG_CONFIG_HOME/pulse/cookie_\n",
+            "help": "Supported since _4.0_ according to https://bugzilla.redhat.com/show_bug.cgi?id=845607\n\nYou can move this file to _$XDG_CONFIG_HOME/pulse/cookie_\n",
             "movable": true,
             "path": "$HOME/.pulse-cookie"
         }
             "movable": true,
             "path": "$HOME/.pulse-cookie"
         }
index ee717732a4d4defdea85fec99f9cc0871cdfd42f..1f1a002d8bd40e0ed084c047f15bb4e77f0ed27e 100644 (file)
@@ -2,9 +2,9 @@
     "name": "pylint",
     "files": [
         {
     "name": "pylint",
     "files": [
         {
-            "path": "${HOME}/.pylint.d",
+            "path": "$HOME/.pylint.d",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=\"${XDG_CACHE_HOME}\"/pylint\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport PYLINTHOME=\"$XDG_CACHE_HOME\"/pylint\n```\n"
         }
     ]
 }
         }
     ]
 }
index 4d212d7f9c42dccd513376f0cf6cc05009706d1a..d12e1d2106252da4ee78d6dd550e41084e7c219a 100644 (file)
@@ -2,9 +2,9 @@
     "name": "qrcp",
     "files": [
         {
     "name": "qrcp",
     "files": [
         {
-            "path": "${HOME}/.qrcp",
+            "path": "$HOME/.qrcp",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.qrcp can be moved to ${XDG_CONFIG_HOME}/qrcp/config.json.\n"
+            "help": "Supported\n\nThe file $HOME/.qrcp can be moved to $XDG_CONFIG_HOME/qrcp/config.json.\n"
         }
     ]
 }
         }
     ]
 }
index 71bdf71571cefb4a35df4466726666c56541546f..41d84b156f1179417ac7625513fb97814502ed90 100644 (file)
@@ -2,9 +2,9 @@
     "name": "racket",
     "files": [
         {
     "name": "racket",
     "files": [
         {
-            "path": "${HOME}/.racket",
+            "path": "$HOME/.racket",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.racket can be moved to ${XDG_CONFIG_HOME}/racket.\n"
+            "help": "Supported\n\nThe file $HOME/.racket can be moved to $XDG_CONFIG_HOME/racket.\n"
         }
     ]
 }
         }
     ]
 }
index 8463963c66843e03bab0e8cbdc728bcb4b43e7de..282b31819f68965275a47a47096f3aeb4e8e550d 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported since _6a8d332_.\n\nYou can move the file to _XDG_CONFIG_HOME/rtorrent/rtorrent.rc_.\n",
+            "help": "Supported since _6a8d332_.\n\nYou can move the file to _$XDG_CONFIG_HOME/rtorrent/rtorrent.rc_.\n",
             "movable": true,
             "path": "$HOME/.rtorrent.rc"
         }
     ],
     "name": "rtorrent"
             "movable": true,
             "path": "$HOME/.rtorrent.rc"
         }
     ],
     "name": "rtorrent"
-}
\ No newline at end of file
+}
index 1a92da3b26ee57267785872e687d17a830bda2f8..1a39055636de57867314bc39b77cfcfeb3b30126 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.sandboxrc",
             "movable": true,
         {
             "path": "$HOME/.sandboxrc",
             "movable": true,
-            "help": "Supported since commit _91e0b6a_.\n\nYou can move the file to _XDG_CONFIG_HOME/sandboxd/sandboxrc_.\n"
+            "help": "Supported since commit _91e0b6a_.\n\nYou can move the file to _$XDG_CONFIG_HOME/sandboxd/sandboxrc_.\n"
         }
     ]
 }
         }
     ]
 }
index 89450c627caae641e3090c77641e4587ff3d1d21..9abeb71ad7117251158f1f230d08264f674c60ae 100644 (file)
@@ -4,12 +4,12 @@
         {
             "path": "$HOME/.scummvmrc",
             "movable": true,
         {
             "path": "$HOME/.scummvmrc",
             "movable": true,
-            "help": "Supported since commit _7d014be_.\n\nYou can move the file to _XDG_CONFIG_HOME/scummvm/scummvm.ini_.\n"
+            "help": "Supported since commit _7d014be_.\n\nYou can move the file to _$XDG_CONFIG_HOME/scummvm/scummvm.ini_.\n"
         },
         {
             "path": "$HOME/.scummvm",
             "movable": true,
         },
         {
             "path": "$HOME/.scummvm",
             "movable": true,
-            "help": "Supported since commit _7d014be_.\n\nYou can move the directory to _XDG_DATA_HOME/scummvm/saves_.\n"
+            "help": "Supported since commit _7d014be_.\n\nYou can move the directory to _$XDG_DATA_HOME/scummvm/saves_.\n"
         }
     ]
 }
         }
     ]
 }
index 392a9edc0e4b1ec0aa40759b478dbd1933c40846..4dc8ae9fde90e83fc46b0287ba86dee534344438 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.ssr",
             "movable": true,
         {
             "path": "$HOME/.ssr",
             "movable": true,
-            "help": "Uses _XDG_CONFIG_HOME/simplescreenrecorder/_ if it exists.\n"
+            "help": "Uses _$XDG_CONFIG_HOME/simplescreenrecorder/_ if it exists.\n"
         }
     ],
     "name": "simplescreenrecorder"
         }
     ],
     "name": "simplescreenrecorder"
-}
\ No newline at end of file
+}
index d8df455fd531c82839ef02914964dd9ce4d0c22d..b7f4273128c3310d23e9765513ea8c0f64862027 100644 (file)
@@ -8,7 +8,7 @@
         {
             "path": "$HOME/.sqliterc",
             "movable": true,
         {
             "path": "$HOME/.sqliterc",
             "movable": true,
-            "help": "XDG paths are supported in version 3.41.0+, so you can move this file to _XDG_CONFIG_HOME/sqlite3/sqliterc_.\n"
+            "help": "XDG paths are supported in version 3.41.0+, so you can move this file to _$XDG_CONFIG_HOME/sqlite3/sqliterc_.\n"
         }
     ],
     "name": "sqlite"
         }
     ],
     "name": "sqlite"
index 421c20412e63fad70eef264f40d1cee67b04a833..57bb2c363d907d2f96b9e2866d019a97c6bfcf89 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported natively.\n\nYou can move the file to _XDG_CACHE_HOME/surf_ by editing the config.h file of the source code.\n",
+            "help": "Supported natively.\n\nYou can move the file to _$XDG_CACHE_HOME/surf_ by editing the config.h file of the source code.\n",
             "movable": true,
             "path": "$HOME/.surf"
         }
     ],
     "name": "surf"
             "movable": true,
             "path": "$HOME/.surf"
         }
     ],
     "name": "surf"
-}
\ No newline at end of file
+}
index aad4fbc533f1be2f6667b9e43ee9553f857e7b3d..ff4a693e1f5281e72412baaab61e0435ddabf5a6 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.sway",
             "movable": true,
         {
             "path": "$HOME/.sway",
             "movable": true,
-            "help": "Supported since commit _614393c_.\n\nYou can move the file _~/.sway/config_ to _XDG_CONFIG_HOME/sway/config_.\n"
+            "help": "Supported since commit _614393c_.\n\nYou can move the file _~/.sway/config_ to _$XDG_CONFIG_HOME/sway/config_.\n"
         }
     ]
 }
         }
     ]
 }
index e85b6062897af80ae791b499692ca1e1d36dcc1b..e8d0a3449f1e225c4aa9fe7d644f0635b79081f8 100644 (file)
@@ -8,8 +8,8 @@
         {
             "path": "$HOME/.taskrc",
             "movable": true,
         {
             "path": "$HOME/.taskrc",
             "movable": true,
-            "help": "Supported since version _2.6_, _XDG_CONFIG_HOME/task/taskrc_ needs to exist, or task will offer to create the legacy file for you.\n"
+            "help": "Supported since version _2.6_, _$XDG_CONFIG_HOME/task/taskrc_ needs to exist, or task will offer to create the legacy file for you.\n"
         }
     ],
     "name": "taskwarrior"
         }
     ],
     "name": "taskwarrior"
-}
\ No newline at end of file
+}
index cac0ce6b2a98102ee9d8546339f971d4fa529e2f..251b21b640bc93f262dbc32dc527e9948f0cb96d 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "This is probably a custom directory on your system.\n\nYou can move the file to _XDG_DATA_HOME/themes_.\n",
+            "help": "This is probably a custom directory on your system.\n\nYou can move the file to _$XDG_DATA_HOME/themes_.\n",
             "movable": true,
             "path": "$HOME/.themes"
         }
     ],
     "name": "themes"
             "movable": true,
             "path": "$HOME/.themes"
         }
     ],
     "name": "themes"
-}
\ No newline at end of file
+}
index 6e7b38b000118693acb4c925f4a05ae040a8ea49..a691a413ba7ceeecfbeed568f6fc00758d1013aa 100644 (file)
@@ -2,9 +2,9 @@
     "name": "tig",
     "files": [
         {
     "name": "tig",
     "files": [
         {
-            "path": "${HOME}/.tig_history",
+            "path": "$HOME/.tig_history",
             "movable": true,
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.tig_history can be moved to ${XDG_DATA_HOME}/tig/history.\n"
+            "help": "Supported\n\nThe file $HOME/.tig_history can be moved to $XDG_DATA_HOME/tig/history.\n"
         }
     ]
 }
         }
     ]
 }
index b6ae48289717cb8e30c733ffc97affae8c8f9d5c..d044e34aba7f1a2ed12fac680bc744f627b92d29 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.tmux.conf",
             "movable": true,
         {
             "path": "$HOME/.tmux.conf",
             "movable": true,
-            "help": "Supported since _v3.2_ (Partial support since _v3.1_).\n\nYou can move the file to _XDG_CONFIG_HOME/tmux/tmux.conf_.\n"
+            "help": "Supported since _v3.2_ (Partial support since _v3.1_).\n\nYou can move the file to _$XDG_CONFIG_HOME/tmux/tmux.conf_.\n"
         },
         {
             "path": "$HOME/.tmux",
         },
         {
             "path": "$HOME/.tmux",
index ee7409a43e0807eefb4444d4c598782ac277d895..f4b13a325be37be0e8395492ca9b94cb4713c090 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Unless you are on macOS, this is probably a custom directory on your system, and you can move the file to _XDG_DATA_HOME/trash_.\n\nIf you are on macOS, there is probably no way to move this. See [202](https://github.com/b3nj5m1n/xdg-ninja/issues/202) for more info.\n\n",
+            "help": "Unless you are on macOS, this is probably a custom directory on your system, and you can move the file to _$XDG_DATA_HOME/trash_.\n\nIf you are on macOS, there is probably no way to move this. See [202](https://github.com/b3nj5m1n/xdg-ninja/issues/202) for more info.\n\n",
             "movable": true,
             "path": "$HOME/.trash"
         }
     ],
     "name": "trash"
             "movable": true,
             "path": "$HOME/.trash"
         }
     ],
     "name": "trash"
-}
\ No newline at end of file
+}
index b8b7ab61000a5fa19f72d41d06645697eae46f93..89488740a101bdaecd7fbea6dab8968ad17cbc47 100644 (file)
@@ -1,7 +1,7 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported since _4.3_.\n\nYou can move the file to _XDG_DATA_HOME/virtualbox_.\n\nGo in the settings of the GUI and change the default location.\n\nBe careful, that might break existing images and changing the path to their respective files is not straight forward.\n",
+            "help": "Supported since _4.3_.\n\nYou can move the file to _$XDG_DATA_HOME/virtualbox_.\n\nGo in the settings of the GUI and change the default location.\n\nBe careful, that might break existing images and changing the path to their respective files is not straight forward.\n",
             "movable": true,
             "path": "$HOME/.VirtualBox"
         }
             "movable": true,
             "path": "$HOME/.VirtualBox"
         }
index 00c51c61529dd81cabecc520e9a03c473469bd4e..9c2ab59ffd7201c02d86bec33f24400d0390cc02 100644 (file)
@@ -1,12 +1,12 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported since version 2.9.\n\nYou can move the folder to _XDG_CACHE_HOME/visidata.\n",
+            "help": "Supported since version 2.9.\n\nYou can move the folder to _$XDG_CACHE_HOME/visidata.\n",
             "movable": true,
             "path": "$HOME/.visidata/"
         },
         {
             "movable": true,
             "path": "$HOME/.visidata/"
         },
         {
-            "help": "Supported since version 2.9.\n\nYou can move the file to _XDG_CONFIG_HOME/visidata/config.py.\n",
+            "help": "Supported since version 2.9.\n\nYou can move the file to _$XDG_CONFIG_HOME/visidata/config.py.\n",
             "movable": true,
             "path": "$HOME/.visidatarc"
         }
             "movable": true,
             "path": "$HOME/.visidatarc"
         }
index fe2f2f698bcfe933c429484bddbf11bdd371ed9e..2fb51620ae17d986cfa8bcc4e0ba6d838e30abe9 100644 (file)
@@ -2,9 +2,9 @@
     "name": "weechat",
     "files": [
         {
     "name": "weechat",
     "files": [
         {
-            "path": "${HOME}/.weechat",
+            "path": "$HOME/.weechat",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport WEECHAT_HOME=\"${XDG_CONFIG_HOME}\"/weechat\n```\nAlias weechat to use custom locations:\n\n```bash\nalias weechat=weechat -d ${XDG_CONFIG_HOME}/weechat```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport WEECHAT_HOME=\"$XDG_CONFIG_HOME\"/weechat\n```\nAlias weechat to use custom locations:\n\n```bash\nalias weechat=weechat -d $XDG_CONFIG_HOME/weechat```\n"
         }
     ]
 }
         }
     ]
 }
index eb1f89447dd96467f9ce84268317d90b4cea3801..258ca9e36842909b30228ec3390b5f13028f94e2 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Supported natively.\n\nYou can move the file to _XDG_CONFIG_HOME/when_.\n\nDo not forget, in _XDG_CONFIG_HOME/when/preferences_, to add\n```\ncalendar = XDG_CONFIG_HOME/when/calendar\n```\n",
+            "help": "Supported natively.\n\nYou can move the file to _$XDG_CONFIG_HOME/when_.\n\nDo not forget, in _$XDG_CONFIG_HOME/when/preferences_, to add\n```\ncalendar = XDG_CONFIG_HOME/when/calendar\n```\n",
             "movable": true,
             "path": "$HOME/.when"
         }
     ],
     "name": "when"
             "movable": true,
             "path": "$HOME/.when"
         }
     ],
     "name": "when"
-}
\ No newline at end of file
+}
index 29786d1919d7ea4ad485cd7a60c39741057dac50..bfbe512206b7c264931048a6d87663224dc90da1 100644 (file)
@@ -2,14 +2,14 @@
     "name": "xcompose",
     "files": [
         {
     "name": "xcompose",
     "files": [
         {
-            "path": "${HOME}/.XCompose",
+            "path": "$HOME/.XCompose",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSEFILE=\"${XDG_CONFIG_HOME}\"/X11/xcompose\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSEFILE=\"$XDG_CONFIG_HOME\"/X11/xcompose\n```\n"
         },
         {
         },
         {
-            "path": "${HOME}/.compose-cache",
+            "path": "$HOME/.compose-cache",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSECACHE=\"${XDG_CACHE_HOME}\"/X11/xcompose\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport XCOMPOSECACHE=\"$XDG_CACHE_HOME\"/X11/xcompose\n```\n"
         }
     ]
 }
         }
     ]
 }
index 423605e4d2dfc8ba935f78d5c08e91b9896bf04e..10391194ced8da838f77f903f46f68c2d86cc81f 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.xmobarrc",
             "movable": true,
         {
             "path": "$HOME/.xmobarrc",
             "movable": true,
-            "help": "Supported since commit _9fc6b37_.\n\nYou can move the file to _XDG_CONFIG_HOME/xmobar/xmobarrc_.\n"
+            "help": "Supported since commit _9fc6b37_.\n\nYou can move the file to _$XDG_CONFIG_HOME/xmobar/xmobarrc_.\n"
         }
     ]
 }
         }
     ]
 }
index faa2fdd98f89465a82b2fdfad67b89ac49d1a6d6..b8719366e3297017cd68feedd4979695d9888839 100644 (file)
@@ -6,7 +6,7 @@
             "path": "$HOME/.xonshrc"
         },
         {
             "path": "$HOME/.xonshrc"
         },
         {
-            "help": "Supported natively.\n\nYou can move the file to _XDG_DATA_HOME/oh-my-xonsh_ by adding the following to your xonshrc file:\n\n```python\n# set where oh-my-xonsh lives\nif not 'OMX_HOME' in ${...}:\n    $OMX_HOME = p\"~/.oh-my-xonsh\"\n\n# clone omx if needed\nif not pf\"{$OMX_HOME}\".exists():\n    git clone --depth=1 https://github.com/oh-my-xonsh/oh-my-xonsh $OMX_HOME\n\n# source oh-my-xonsh to give you the `omx` object\nsource $OMX_HOME/oh-my-xonsh.xsh\n```\n",
+            "help": "Supported natively.\n\nYou can move the file to _$XDG_DATA_HOME/oh-my-xonsh_ by adding the following to your xonshrc file:\n\n```python\n# set where oh-my-xonsh lives\nif not 'OMX_HOME' in ${...}:\n    $OMX_HOME = p\"~/.oh-my-xonsh\"\n\n# clone omx if needed\nif not pf\"{$OMX_HOME}\".exists():\n    git clone --depth=1 https://github.com/oh-my-xonsh/oh-my-xonsh $OMX_HOME\n\n# source oh-my-xonsh to give you the `omx` object\nsource $OMX_HOME/oh-my-xonsh.xsh\n```\n",
             "movable": true,
             "path": "$HOME/.oh-my-xonsh"
         }
             "movable": true,
             "path": "$HOME/.oh-my-xonsh"
         }