francoismichel / ssh3

SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/
https://arxiv.org/abs/2312.08396
Apache License 2.0
3.27k stars 82 forks source link

Support reading config from `$XDG_CONFIG_HOME` #143

Open septatrix opened 4 months ago

septatrix commented 4 months ago

The XDG base directory specification defines a standard for the location of config files (under Unix). This prevents cluttering home directory with many dotfiles. As this project already supports a different path for looking up some files it would be great to conform to the XDG spec.