lsh-0.1.0.0: A simple ls clone with modern, colored formatting
Safe HaskellSafe-Inferred
LanguageHaskell2010

Config

Contents

Synopsis

Icons!

fileIcon :: String Source #

Icon to be displayed when the file has no extension or the extension is not in the hashmap

directoryIcon :: String Source #

Icon to be displayed when the object is a directory

iconConfig :: Map String String Source #

Config hashmap for icons for file extensions There must be a colors function for every icon in the tuples, otherwise formatting will not work correctly. Use white and bwhite in case if you want white icons. If you want an empty icon, use exactly one space.