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

https://github.com/ladicle/git-prompt

my cute fish prompt ;)
https://github.com/ladicle/git-prompt

fish git prompt

Last synced: 5 months ago
JSON representation

my cute fish prompt ;)

Awesome Lists containing this project

README

          

# Git Prompt

Show git status for my fish prompt!
(required Nard-Font)

![screenshot](screenshot.png)

## Installation

Homebrew:

```console
brew install Ladicle/tap/git-prompt
```

Go:

```console
go install github.com/Ladicle/git-prompt@latest
```

## Sample prompt for fish

See [sample.fish](sample.fish).

## Status

non git repository

```

```

all clean 

```
 branch
```

conflicted!

```
 hash
```

you need to push.

```
 branch
```

you need to rebase!

```
 branch
```

you have not committed changes.

```
 branch |  x,y,z
```