@American_Jesus@lemm.ee to Linux@lemmy.ml • 1 year agoDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickmessage-square156fedilinkarrow-up1686arrow-down19cross-posted to: programming@programming.dev
arrow-up1677arrow-down1external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.click@American_Jesus@lemm.ee to Linux@lemmy.ml • 1 year agomessage-square156fedilinkcross-posted to: programming@programming.dev
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@pitbuster@lemmy.mllinkfedilink4•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 :)