filebrowser

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindAllItemsWithDepth added in v1.7.0

func FindAllItemsWithDepth(rootPath string, maxDepth int) ([]models.Item, error)

func ListFilesInFolder added in v1.7.0

func ListFilesInFolder(folderPath string, recursive bool) ([]models.Item, error)

Types

type FileBrowser

type FileBrowser struct {
	WorkingDirectory string
	Items            models.Items
	HumanReadableLS  map[string]models.Item
	// contains filtered or unexported fields
}

func NewFileBrowser

func NewFileBrowser(logger *slog.Logger) *FileBrowser

func (*FileBrowser) CWD

func (c *FileBrowser) CWD(newDirectory string, hideEmpty bool) error

func (*FileBrowser) CWDDepth added in v1.9.0

func (c *FileBrowser) CWDDepth(newDirectory string, hideEmpty bool, maxDepth int) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL