Hish

[ bsd3, command-line, console, library, program, shell ] [ Propose Tags ]

Generating a beautiful and useful prompt.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.1.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4
Change log ChangeLog.md
Dependencies base (>=4 && <5), MissingH (>=1.2), process (>=1.2), regex-tdfa (>=1.2) [details]
License BSD-3-Clause
Author Yun-Yan Chi
Maintainer jaiyalas@gmail.com
Category Command Line, Console, Shell
Home page https://github.com/jaiyalas/Hish
Bug tracker https://github.com/jaiyalas/Hish/issues
Source repo head: git clone https://github.com/jaiyalas/Hish.git
Uploaded by jaiyalas at 2015-10-19T19:18:37Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hish
Downloads 5927 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for Hish-0.1.0.1

[back to package description]

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