package
0.0.0-20221005120609-2d867eec0f74
Repository: https://github.com/ximidar/flotilla.git
Documentation: pkg.go.dev

# Functions

NewFileInfo will create a FileInfo instance.
NewFileSystemTab will construct a new Filesystem object.
NewFileView will create a new FileView Object.
NewFolderNode will create a new Folder Node.

# Constants

FileInfoName : Name for the File Info View.
FileViewName : Name for the File View.
PathBarName : Name for the view in charge of the current path.
SelectButtonName : Name of the button to select files.

# Variables

ErrFileNotFound will return if the folder node cannot find a specified file.
ErrNotADirectory will return if the move command specifies a file.

# Structs

FileInfo will show the current info about the selected file.
FileSystemTab is an object for displaying the FileSystem.
FileView is the UI element that will show the file tree of the flotilla system.
FolderNode is a linked list that will serve to keep our directory history intact.

# Interfaces

FileViewInterface will be returned when a FileView object is created.