@[email protected] to [email protected] • 1 year agoDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickmessage-square152fedilinkarrow-up1687arrow-down19cross-posted to: [email protected]
arrow-up1678arrow-down1external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.click@[email protected] to [email protected] • 1 year agomessage-square152fedilinkcross-posted to: [email protected]
minus-squareNate CoxlinkfedilinkEnglish33•1 year agoThe rust library mentioned there doesn’t support system install paths for windows or macOS, it only uses XDG. I recommend the directories crate which properly supports Linux, Mac, and Windows. https://github.com/dirs-dev/directories-rs
minus-square6xpipe_linkfedilink10•1 year agoSame with Python. I use a combination of the platformdirs and xdg libraries.
minus-square@[email protected]linkfedilink4•1 year agoThanks I was going to look for one with multi OS support :)
The rust library mentioned there doesn’t support system install paths for windows or macOS, it only uses XDG. I recommend the
directories
crate which properly supports Linux, Mac, and Windows.https://github.com/dirs-dev/directories-rs
Same with Python. I use a combination of the
platformdirs
andxdg
libraries.Thanks I was going to look for one with multi OS support :)