Hi, first and foremost, thank you for making this!
The application reads its config from a hardcoded ~/.qq/config.json, ignoring the XDG_CONFIG_HOME environment variable.
Following the XDG Base Directory Specification is standard practice for CLI tools and improves interoperability with dotfile managers and sandboxed environments. Also it keeps the home directory clean.
Hi, first and foremost, thank you for making this!
The application reads its config from a hardcoded
~/.qq/config.json, ignoring theXDG_CONFIG_HOMEenvironment variable.Following the XDG Base Directory Specification is standard practice for CLI tools and improves interoperability with dotfile managers and sandboxed environments. Also it keeps the home directory clean.