package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Oct 6, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Dir string `toml:"dir"`
MaxDepth int `toml:"max_depth"`
FollowSymlinks bool `toml:"follow_symlinks"`
DefaultIcon string `toml:"default_icon"`
Marker []string `toml:"marker"`
Icons []Icon `toml:"icon"`
}
type Icon struct {
Priority int `toml:"priority"`
Match string `toml:"match"`
Icon string `toml:"icon"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.