mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

Respect XDG_CONFIG_HOME env var #193

Closed mfontanini closed 9 months ago

mfontanini commented 9 months ago

ProjectDirs::from_path is discouraged and it seems it wasn't respecting XDG_CONFIG_HOME. Besides this, it seems that directories only respects the XDG spec in linux so this makes it respect it in all platforms.

Fixes #192