Git Product home page Git Product logo

git-ps1's Introduction

git-ps1

A simple command line prompt enhancer that shows the state of the current git repo (ps1).

zsh example

If the health of your git repository is ok, git-ps1 will just show you the current branch. If the health is bad, git-ps1 will also show ๐Ÿ‘Ž next to the branch.

If you'd like more details on what the issues are I recommend installing and running git-att in the root of your git repo.

Build status js-standard-style

Installation

npm install -g git-ps1

Usage

After you've installed git-ps1 as a global module using the command above, all you need to do is modify your prompt and have it run git-ps1 [format].

format is optional but will be used as the 1st argument to printf. This allows you to modify the default output by padding it to your likings:

git-ps1          # will output "master"
git-ps1 " [%s]"  # will output " [master]"

bash example

Add the following to your ~/.bash_profile file:

PS1='\w$(git-ps1 " (%s)")\$ '

The above command will modify your prompt to show the current working directory (\w) followed by the ouput of git-ps1 and terminated by $ .

zsh example

Add the following to your ~/.zshrc file:

setopt PROMPT_SUBST ; PS1='~%C$(git-ps1 " (%s)")%# '

The above commands will modify your prompt to show a tilde (~) followed by the current directory name (%C) followed by the ouput of git-ps1 and terminated by % .

License

MIT

git-ps1's People

Contributors

watson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

git-ps1's Issues

Not being in "master" is not a problem... specially with this PS1

99% I'm working on a branch, as you should. With this PS1 I am well alerted to the fact that I am not in master by having the branch name in my ps1. This should not cause a thumb down. This PS1 alerts me to much more important issues, not being on master is not one of them.

screenshot from 2017-01-30 10-25-22

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.