Hish

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

Prompt program for Fish shell written in Haskell


[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) [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-16T09:28:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hish
Downloads 5949 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.0.1

[back to package description]

Hish

Build Status MIT Haskell

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