You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When storing configuration files in XDG_CONFIG_HOME, it's not typical to also have the configuration file be a hidden file.
e.g.
~/.ticker.yaml
~/.config/ticker/ticker.yaml
This issue is just a placeholder to make the config file loader a bit more robust in how it search/loads the config file to allow for a bit more leeway. The README does note the file being called .ticker.yaml in both cases, but it would also be nice (perhaps) to allow for both styles.
The text was updated successfully, but these errors were encountered:
I agree this is highly unusual and confusing. It took me a long while to find the config file. Additionally the file should be placed in a separate directory ticker within $XDG_CONFIG_HOME. This allows for flexibility when adding further configuration.
tutilus
added a commit
to tutilus/ticker
that referenced
this issue
Jul 6, 2024
When storing configuration files in XDG_CONFIG_HOME, it's not typical to also have the configuration file be a hidden file.
e.g.
This issue is just a placeholder to make the config file loader a bit more robust in how it search/loads the config file to allow for a bit more leeway. The README does note the file being called
.ticker.yaml
in both cases, but it would also be nice (perhaps) to allow for both styles.The text was updated successfully, but these errors were encountered: