vultr-cli
vultr-cli copied to clipboard
[Feature] - Use XDG_CONFIG_HOME to store config file
trafficstars
Is your feature request related to a problem? Please describe.
I'm always frustrated when applications litter my home directory with their custom configuration files instead of using the standard XDG_CONFIG_HOME folder to organize their config files.
Describe the solution you'd like
Ideally, the default location to look for the config file would be ${XDG_CONFIG_HOME:-$HOME/.config}/vultr-cli/config.yaml
Describe alternatives you've considered
- Manually putting the config each invocation
- Wrapping the command in a shell alias to always pass the config string