# Functions
ConfigFinder sets the finder keymap function.
New creates a new filer based on specified size and coordinates.
NewDirectory creates a new directory based on specified size and coordinates.
NewFileStat creates a new file stat of the file in the directory.
NewFinder returns a new finder to position the directory bottom.
NewFromState creates a new filer form the state json file.
NewWorkspace returns a new workspace of specified sizes.
SetBorderStyle sets a directory default border style.
SetStatView sets the file state view.
SetTimeFormat sets the time format of files.
TogglePermView toggles the file permission view.
TogglePriority toggles the priority for sorting files.
ToggleShowHiddens toggles the showing of hidden files.
ToggleSizeView toggles the file size view.
ToggleTimeView toggles the file time view.
# Structs
Directory is a list box to store file stats.
Filer is a file manager with workspaces to layout directorires to list files.
FileStat is file information.
Finder represents textbox for filtering files in the directory.
Workspace is a box storing and layouting directories.