Documentation
¶
Index ¶
Constants ¶
View Source
const ( DirName = ".noxdir" FileName = "settings.json" )
Variables ¶
This section is empty.
Functions ¶
func ResolveConfigPath ¶
Types ¶
type Settings ¶
type Settings struct {
Path string `json:"-"`
ColorSchema string `json:"colorSchema"`
Exclude []string `json:"exclude"`
NoEmptyDirs bool `json:"noEmptyDirs"`
NoHidden bool `json:"noHidden"`
SimpleColor bool `json:"simpleColor"`
UseCache bool `json:"useCache"`
}
func LoadSettings ¶
func (Settings) ConfigPath ¶
Click to show internal directories.
Click to hide internal directories.