rust-xdg
rust-xdg copied to clipboard
A library that makes it easy to follow the X Desktop Group specifications
This adds support for directories created by the [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/) tool. Definitely not finished yet, but I would like some thoughts, especially on e.g. error handling (Do I create another error...
A lot of crates use this and so they are not able to use XDG spec on windows. If I have XDG directories set on Windows - I want these...
I'm currently running into an issue in a personal project of mine where I want to load icons based on the user-selected theme, but there don't seem to be any...
One of the things I never got around to adding support for was xdg-user-dirs - things like `~/Documents`, `~/Music`, etc. This is more complicated because it involves reading the config...