vultr-cli icon indicating copy to clipboard operation
vultr-cli copied to clipboard

[Feature] - Use XDG_CONFIG_HOME to store config file

Open cjones-vultr opened this issue 1 year ago • 1 comments
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

cjones-vultr avatar Oct 11 '24 14:10 cjones-vultr