dapr / dapr/cli

Add support for the XDG Base Directory Specification

Open
#917 2 comments 1 reaction 0 assignees View on GitHub
pinned
Dominant language
Go
Stars
353
Forks
221
Avg merge
3d 8h
Merged PRs (30d)
2

Description

Please support the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) on Linux/*nix systems.

Right now `dapr` dumps its files in `~/.dapr` which is not nice for several reasons.

If you think that splitting this data between _cache_, _config_ and _user data_ is not feasible to do right now, at the bare minimum put everything under `$XDG_DATA_HOME/dapr` (with a fallback to `~/.local/share/dapr`)

Users will be glad if applications stop putting junk under their home directories.

Thanks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.