/xdg-wrap

Forces config and rc files for tools into $XDG_CONFIG_HOME instead of $HOME

Primary LanguageShellGNU General Public License v2.0GPL-2.0

xdg-wrap

Forces config and rc files for tools into $XDG_CONFIG_HOME instead of $HOME

Tired of programs littering your $HOME dir with config files? xdg-wrap to the rescue! Just create an alias prefixing the command with config-wrap, eg alias='xdg-wrap foo', and config-wrap will automatically create a directory named foo in $XDG_CONFIG_HOME and force the foo commad to put it's config files there.