Versions in this module Expand all Collapse all v0 v0.1.2 Dec 15, 2025 v0.1.1 Dec 15, 2025 Changes in this version + func Add(add string, sys bool) error + func ApplyClean(newPath string, sys bool) error + func QuerySystemPath() ([]string, error) + func QueryUserPath() ([]string, error) + func Remove(remove string, sys bool) error + func RemoveInvalidPaths(paths []InvalidPath, sys bool) error + func SearchSystemPath(keyword string) ([]string, error) + func SearchUserPath(keyword string) ([]string, error) + type CleanResult struct + Duplicates []string + Invalid []string + NewPath string + func PreviewClean(sys bool) (CleanResult, error) + type InvalidPath struct + Index int + Path string + func Check(sys bool) ([]InvalidPath, error)