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.8 && <5), directory (>=1.2.2 && <1.3), MissingH (>=1.3.0 && <1.4), process (>=1.3.0 && <1.5), regex-tdfa (>=1.2.1 && <1.3), time (>=1.5.0 && <1.6) [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 2016-03-26T09:11:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hish
Downloads 5939 total (22 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.2.3

[back to package description]

Hish

Build Status MIT Haskell

Generating a beautiful and useful prompt. (Warning: darcs is supported but turned-off by default.)

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)
    • *\ * - clean
    • ? - clean but still having untracked files
    • #* - dirty non-empty index
    • * - dirty with empty index
  • show tracking status (git only)
    • +n - branch is ahead by n
    • -n - branch is behind by n

Todo

  • use config file
  • re-design the darcs supporting system
  • implement color theme
  • show SSH info
  • load environment variables

Installation

> cabal install Hish