brick-filetree-0.1.0.2

Safe HaskellNone
LanguageHaskell2010

Brick.Widgets.FileTree.Internal.Types

Synopsis

Documentation

data FileKind Source #

Constructors

Dir 
File 
Error 

data FileContext Source #

Constructors

FC 

data Config Source #

Constructors

Config 

data FileTree Source #

Represents all the state required to interact with or display a filetree

Constructors

FZ 

newFileTree :: FilePath -> IO FileTree Source #

Create a new FileTree situated at the given FilePath