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 ;)
- Host: GitHub
- URL: https://github.com/ladicle/git-prompt
- Owner: Ladicle
- Created: 2017-10-01T05:06:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T02:23:49.000Z (over 1 year ago)
- Last Synced: 2025-04-04T08:38:46.332Z (about 1 year ago)
- Topics: fish, git, prompt
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Prompt
Show git status for my fish prompt!
(required Nard-Font)

## 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
```