rust-xdg icon indicating copy to clipboard operation
rust-xdg copied to clipboard

A library that makes it easy to follow the X Desktop Group specifications

Results 4 rust-xdg issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

enhancement
help wanted