Zebra should follow OS directory conventions better #1894
Labels
A-devops
Area: Pipelines, CI/CD and Dockerfiles
A-rust
Area: Updates to Rust code
C-bug
Category: This is a bug
C-enhancement
Category: This is an improvement
I-usability
Zebra is hard to understand or use
Is your feature request related to a problem? Please describe.
Zebra doesn't follow the config convention for any platform.
Zebra doesn't follow the cache convention for macOS and Windows.
Describe the solution you'd like
directories-next
to find application-specific pathsProjectDirs::cache_dir
for cachesProjectDirs::config_dir
for configsThis is a breaking change for config and cache locations.
Describe alternatives you've considered
We could just not do this, and most people wouldn't notice. But some OSes (and automated tools) might do bad things with Zebra's configs or cache.
The text was updated successfully, but these errors were encountered: