/xdgpaths

XDG Base Directory Specification implementation in D programming language

Primary LanguageDBoost Software License 1.0BSL-1.0

XDG paths

D library for retrieving XDG base directories as described by XDG Base Directory Specification.

Build Status Coverage Status

Online documentation

XDG_CONFIG_HOME=$HOME/config-test dub examples/test.d --path=config --shouldCreate --subfolder=Company/Product

XDG_DATA_HOME=$HOME/data-test dub examples/test.d --path=data --shouldCreate --subfolder=Company/Product

XDG_CACHE_HOME=$HOME/cache-test dub examples/test.d --path=cache --shouldCreate --subfolder=Company/Product