Add dirs method to get XDG data dirs #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now waycast uses the
dirscrate, but since it's a linux only app, that dependency is too heavy and unnecessary. We should add a method to this crate to get the XDG data dirs in the same manner.