Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectorySearcher ¶
type DirectorySearcher struct {
// contains filtered or unexported fields
}
DirectorySearcher handles directory discovery using various tools
func NewDirectorySearcher ¶
func NewDirectorySearcher() *DirectorySearcher
NewDirectorySearcher creates a new DirectorySearcher instance
func (*DirectorySearcher) QueryZoxideCache ¶
func (ds *DirectorySearcher) QueryZoxideCache(path string) ([]string, error)
QueryZoxideCache queries zoxide for frecent directories under the given path
Click to show internal directories.
Click to hide internal directories.