app-dirs-rs icon indicating copy to clipboard operation
app-dirs-rs copied to clipboard

Allow using the XDG dirs on macOS.

Open porglezomp opened this issue 8 years ago • 2 comments

Often command line tools on macOS use unix locations for dotfiles, I essentially never look in ~/Library/ to configure my tools. Because of this, I've avoided this crate for my personal projects because I want my dotfiles in ~/.config. Being able to configure this would make this much more useful to me.

porglezomp avatar Sep 13 '17 16:09 porglezomp

I'm planning on a rewrite that would let you select a preset rather than being forced to always use platform defaults.

andybarron avatar Mar 29 '18 23:03 andybarron

We'd love this for nushell (see https://github.com/nushell/nushell/issues/893), as we believe Library isn't the best place for data of a command-line only app (given how Apple documents some of the subdirectories, hinting towards app bundles).

@AndyBarron Any updates here? Anything we can help with?

thegedge avatar May 09 '20 19:05 thegedge