# Packages
No description provided by the author
# Functions
NewGaladh returns a new Galadh tree viewer.
UseAllFiles configures whether to include also hidden files.
UseASCIIGlyphs configures whether to use ASCII glyphs or not.
UseColors configures whether to use colorized output or not.
UseDirOnly configures whether.
UseExcludePattern configures which files should be excluded.
UseHumanReadableSize configures whether to display file size in bytes or human readable units.
UseIgnoreCase configures whether pattern matching ignore casing.
UseIncludePattern configures which files should be included.
UseMatchDirs configures if the pattern matches also applies for directories.
UseMaxLevel configures how deep the recursion of the tree will be.
UseOutput configures to print output to the specified writer.
UsePrintFullPath configures whether the full path should be displayed.
UseReplaceNonPrintableChars to configure to replace non printable characters.
UseSize configures whether to print size of a file or not.
# Type aliases
Options is a function that configures the Galadh instance.