# Xdg Utils C++
[](https://travis-ci.org/azubieta/xdg-utils-cxx)
[](https://www.codacy.com/app/azubieta/xdg-utils?utm_source=github.com&utm_medium=referral&utm_content=azubieta/xdg-utils&utm_campaign=Badge_Grade)
[](https://www.codacy.com/app/azubieta/xdg-utils?utm_source=github.com&utm_medium=referral&utm_content=azubieta/xdg-utils&utm_campaign=Badge_Coverage)
Implementation of the Free Desktop Standards in C++.
This is a project was started to fulfill the need of a reliable implementations of such standards in the AppImage
project. It is totally standalone and only depends on the standard c++ libraries (stdlib).
It has been split in different modules according to the Free Desktop Standards, currently are implemented:
- [Desktop Entry 1.2](https://standards.freedesktop.org/desktop-entry-spec/1.2/) (mostly complete)
- [Base Dir 0.7](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) (draft)
PR are welcome.
|