File: xdg.el.html
Library providing some convenience functions for the following XDG standards and specifications
- XDG Base Directory Specification
- Thumbnail Managing Standard
- xdg-user-dirs configuration
- Desktop Entry Specification
Defined variables (5)
xdg-desktop-entry-regexp | Regexp matching desktop file entry key-value pairs. |
xdg-desktop-group-regexp | Regexp matching desktop file group header names. |
xdg-line-regexp | Regexp matching non-comment lines in ‘xdg-user-dirs’ config files. |
xdg-mime-table | Table of MIME type to desktop file associations. |
xdg-user-dirs | Alist of directory keys and values. |
Defined functions (20)
xdg--dir-home | (ENVIRON DEFAULT-PATH) |
xdg--substitute-home-env | (STR) |
xdg--user-dirs-parse-file | (FILENAME) |
xdg--user-dirs-parse-line | () |
xdg-cache-home | () |
xdg-config-dirs | () |
xdg-config-home | () |
xdg-data-dirs | () |
xdg-data-home | () |
xdg-desktop-read-file | (FILENAME &optional GROUP) |
xdg-desktop-read-group | () |
xdg-desktop-strings | (VALUE) |
xdg-mime-apps | (MIME) |
xdg-mime-apps-files | () |
xdg-mime-collect-associations | (MIME FILES) |
xdg-runtime-dir | () |
xdg-thumb-mtime | (FILENAME) |
xdg-thumb-name | (FILENAME) |
xdg-thumb-uri | (FILENAME) |
xdg-user-dir | (NAME) |