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
- Host: GitHub
- URL: https://github.com/streetstrider/git-headup
- Owner: StreetStrider
- License: other
- Created: 2015-11-28T20:20:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T15:44:20.000Z (about 5 years ago)
- Last Synced: 2024-12-30T23:46:42.669Z (over 1 year ago)
- Topics: git, hud, shell
- Language: JavaScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.