aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xdg
Commit message (Collapse)AuthorAgeFilesLines
* xdg: add functions to deal with user home pathsRobin Jarry2023-08-274-0/+403
These are intended to replace the following deprecated libraries: github.com/kyoh86/xdg github.com/mitchellh/go-homedir The feature set should be roughly equivalent with some tweaks to make our life easier in aerc. Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Moritz Poldrack <moritz@poldrack.dev>