Hi, thanks for the great tool!
On linux there's a shift towards storing config files in the $XDG_CONFIG_HOME directory, normally configured as $HOME/.config, to keep the home directory less cluttered. It would be great if target-cli could store it's configs in $XDG_CONFIG_HOME/target instead of $HOME/.target.
XDG base directories spec: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Go stdlib supports this out of the box: https://pkg.go.dev/os#UserConfigDir
Hi, thanks for the great tool!
On linux there's a shift towards storing config files in the
$XDG_CONFIG_HOMEdirectory, normally configured as$HOME/.config, to keep the home directory less cluttered. It would be great if target-cli could store it's configs in$XDG_CONFIG_HOME/targetinstead of$HOME/.target.XDG base directories spec: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Go stdlib supports this out of the box: https://pkg.go.dev/os#UserConfigDir