@hackage Hish0.1.0.1

Hish

Build Status MIT Haskell

Generating a beautiful and useful prompt.

Features

Done

  • show user name
  • show host name
  • show working directory
    • will be shortened if too long
  • show branch name (git only)
  • show index/tree status (git only)
    • * - 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
  • Basic ANSI color

Todo

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

Installation

> cabal install Hish