elm-analyse icon indicating copy to clipboard operation
elm-analyse copied to clipboard

XDG Base Directory Support

Open quintrino opened this issue 5 years ago • 1 comments

Hi,

Just wondering if there is a plan to support the XDG format for storing config/cache files in set locations rather than direct in the home file.

This link details the concept https://wiki.archlinux.org/index.php/XDG_Base_Directory

Currently Elm itself allows the customization of where it stores its generated files using the ELM_HOME environment variable. Either supporting the XDG format, using the ELM_HOME location or using an ELM_ANALYSE location would all be potential solutions.

quintrino avatar Feb 26 '20 04:02 quintrino

And a CLI option to specify .elm-analyse folder location would be great, too!

ShrykeWindgrace avatar Apr 17 '20 13:04 ShrykeWindgrace