danvergara / dblab

The database client every command line junkie deserves.
MIT License
2.35k stars 62 forks source link

[FEATURE] Look for config file in $XDG_CONFIG_HOME #194

Closed ptman closed 4 months ago

ptman commented 5 months ago

Is your feature request related to a problem? Please describe.

There is a standard place for config files. Store the config file there.

Describe the solution you'd like

Use https://pkg.go.dev/os#UserConfigDir or https://github.com/adrg/xdg

danvergara commented 4 months ago

Closing this issue because the code addressing this got merged and it's available as of v0.23.0.