@hackage Hish0.1.2.0

Hish

Build Status MIT Haskell

Generating a beautiful and useful prompt.

Features

Done

  • Basic ANSI color
  • show local time
  • show user name
  • show host name
  • show working directory
    • will be shortened if too long
  • support version control system
    • git (fully supported)
    • darcs (darcs has no branch; tracking status is not supported)
  • show branch name (git only)
  • show index/tree status (git and darcs)
    • * - dirty
    • ? - clean but still having untracked files
    • # - clean
  • show tracking status (git only)
    • +n - branch is ahead by n
    • -n - branch is behind by n

Todo

  • implement color theme
  • show SSH info
  • use config file
  • load environment variables

Installation

> cabal install Hish