Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GridTitleColor = tcell.ColorRed TreeViewTitleColor = tcell.ColorGreen FileInfoTitleColor = tcell.ColorOrange DirectoryColor = tcell.ColorTurquoise BorderColor = tcell.ColorLightGray FileInfoAttrColor = tcell.ColorPowderBlue FileInfoValueColor = tcell.ColorLightSkyBlue SearchFormTitleColor = tcell.ColorLightSkyBlue UnmarkedFileColor = tcell.ColorWhite MarkedFileColor = tcell.ColorRed FileInfoTabAttrWidth = 20 )
Functions ¶
func GetApp ¶
func GetApp(path string, f types.SizeFormatter) *tview.Application
func LoadTreeView ¶
func LoadTreeView(app *tview.Application, node *types.Node, path string)
Types ¶
Click to show internal directories.
Click to hide internal directories.