@[email protected] to [email protected] • 1 year agoDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickmessage-square149fedilinkarrow-up1654arrow-down19cross-posted to: [email protected]
arrow-up1645arrow-down1external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.click@[email protected] to [email protected] • 1 year agomessage-square149fedilinkcross-posted to: [email protected]
minus-squareNate CoxlinkfedilinkEnglish30•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_link9•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 :)