Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigPath ¶ added in v1.0.3
GetConfigPath returns the path to the config file
Types ¶
type Config ¶
type Config struct {
SkipDirectories []string `json:"skip_directories"` // User-configurable directories to skip during search (supports wildcards like "Python*")
MaxResults int `json:"maxResults"`
MaxDepth int `json:"maxDepth"`
MaxFilesScanned int `json:"maxFilesScanned"`
RootPath string `json:"root_path"`
Bookmarks []string `json:"bookmarks"`
ShowHidden bool `json:"show_hidden"`
PreviewEnabled bool `json:"preview_enabled"`
Editor string `json:"editor"`
Frecency map[string]int `json:"frecency"`
LastVisited map[string]string `json:"last_visited"` // path -> timestamp
}
Config holds all Scout configuration
Click to show internal directories.
Click to hide internal directories.