Hish-0.0.1: README.md
# Hish
[](http://travis-ci.org/jaiyalas/Hish)
[](https://en.wikipedia.org/wiki/BSD_licenses)
[](http://haskell.org)
Prompt program for Fish shell written in Haskell
## Features
### Done
+ show **git status**
+ "#" for *clean*
+ "\*" for *dirty*
+ show **git branch**
+ show **working directory**
+ be shortened if too long
### Todo
+ [ ] distinguish the cases of *clean* and *up-to-date*
+ [ ] show *time*
+ [ ] implement *color theme*
+ [ ] show *SSH* info
+ [ ] use *config file*
+ [ ] load *environment variables*
## Installation
```
> cabal install Hish
```