Documentation ¶
Overview ¶
Package xdg provides access to the XDG specs. Most of the functionality can be found in the subpackages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSyntax = errors.New("error in command line syntax") ErrFileNotFound = errors.New("one of the files passed on the command line did not exist") ErrToolNotFound = errors.New("a required tool could not be found") ErrFailed = errors.New("the action failed") )
These errors can be returned by Open.
Functions ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package basedir provides access to XDG base directory spec.
|
Package basedir provides access to XDG base directory spec. |
cmd
|
|
xdg-trash
xdg-trash is a command line interface to the trash package for the purposes of debugging.
|
xdg-trash is a command line interface to the trash package for the purposes of debugging. |
Package desktop implements the Desktop Entry Spec.
|
Package desktop implements the Desktop Entry Spec. |
Package keyfile implements the ini file format that is used in many of the xdg specs.
|
Package keyfile implements the ini file format that is used in many of the xdg specs. |
Package trash provides easy access to the trash bin.
|
Package trash provides easy access to the trash bin. |
Package userdirs provides easy access to "well known" user directories.
|
Package userdirs provides easy access to "well known" user directories. |
Click to show internal directories.
Click to hide internal directories.