An open API service indexing awesome lists of open source software.

https://github.com/streetstrider/git-headup

Head-up display for git in command line
https://github.com/streetstrider/git-headup

git hud shell

Last synced: about 2 months ago
JSON representation

Head-up display for git in command line

Awesome Lists containing this project

README

          

# git-headup

> Head-up display for git in command line

git aliases, git scripts, zsh prompt with git and npm HUD.

git-headup is for my own use in first place.

```sh
# install `git-headup` locally
$ cd
$ npm i git-headup
```

```ini
# include aliases in your .gitconfig
[include]
path = ~/node_modules/git-headup/gitconfig
```

```sh
# add `~/node_modules/git-headup/run` to $PATH
$ PATH=~/node_modules/git-headup/run:$PATH
# or you can add whole npm's .bin (mind what you're doing)
$ PATH=~/node_modules/.bin:$PATH
```

```sh
# setup prompt and precmd in your ~/.zshrc
. ~/node_modules/git-headup/run/setup
```

# license
MIT, Copyright © 2015 — 2018 Strider.