Documentation ¶
Overview ¶
Package appdir implements a customized lookup pattern for application paths like config, cache and data dirs. On Linux this uses the XDG specification, on MacOS and Windows the platform defaults.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultAppdir = New("gopass")
Functions ¶
Types ¶
type Appdir ¶ added in v1.15.13
type Appdir struct {
// contains filtered or unexported fields
}
Appdir is a helper struct to generate paths for config, cache and data dirs.
func (*Appdir) UserConfig ¶ added in v1.15.13
UserConfig returns the users config dir.
Click to show internal directories.
Click to hide internal directories.