Hish-0.0.1

Safe HaskellNone
LanguageHaskell2010

Hish.SysInfo

Synopsis

Documentation

status :: IO String Source

Obtain current git-status. Returning "#" for clean working directory. Returning "*" for dirty working directory.

branch :: IO String Source

Obtain current name of git-branch

pwd Source

Arguments

:: Int

threshold of shortening

-> IO String 

Obtain current working directory

uid :: IO String Source

Obtain username