Documentation
¶
Index ¶
- func CopyAll(src, dst string) (err error)
- func CopyCmd(paths []string, dst string) tea.Cmd
- func CopyPaths(paths []string, dst string) error
- func DeleteCmd(paths []string) tea.Cmd
- func DeletePaths(paths []string) error
- func LoadChildCmd(reqID int, childPath string) tea.Cmd
- func LoadDirCmd(reqID int, targetPath, selectName string) tea.Cmd
- func MoveCmd(paths []string, dst string) tea.Cmd
- func MovePaths(paths []string, dst string) error
- type ChildLoadedMsg
- type Dir
- type DirEntry
- type DirLoadedMsg
- type FilesCopiedMsg
- type FilesDeletedMsg
- type FilesMovedMsg
- type Selection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeletePaths ¶
Types ¶
type ChildLoadedMsg ¶
type DirEntry ¶
func (DirEntry) ResolveSymlink ¶
type FilesCopiedMsg ¶
type FilesCopiedMsg struct{ Paths []string }
type FilesDeletedMsg ¶
type FilesDeletedMsg struct{ Paths []string }
type FilesMovedMsg ¶
type FilesMovedMsg struct{ Paths []string }
type Selection ¶
type Selection struct {
// contains filtered or unexported fields
}
Selection tracks selected file paths for operations and implements the filelist.SelChecker interface.
func NewSelection ¶
func NewSelection() *Selection
func (*Selection) IsSelected ¶
Click to show internal directories.
Click to hide internal directories.