Various implementations of XDG specifications.
Go to file
Sasha Koshka bc7b9c58a8 Return error if icon theme could not be found 2024-04-28 18:11:27 -04:00
assets Add basedir implementation 2024-04-24 16:22:18 -04:00
basedir Clarify basedir package level doc comment 2024-04-25 03:33:59 -04:00
icon-theme Return error if icon theme could not be found 2024-04-28 18:11:27 -04:00
key-value Add alternate list parsing function with comma separator 2024-04-28 17:42:19 -04:00
locale Add locale parsing 2024-04-26 18:51:27 -04:00
LICENSE Add license 2024-04-25 02:49:04 -04:00
README.md Add godoc badge to README 2024-04-25 18:07:41 +00:00
go.mod Add basedir implementation 2024-04-24 16:22:18 -04:00

README.md

xdg

Go Reference

This module seeks to implement parts of the XDG specification that do not rely on other software. Parts of the specification that do, eg. mpris-spec and notifcation-spec, may in the future be implemented in a separate module that depends on this one.