fancy-git icon indicating copy to clipboard operation
fancy-git copied to clipboard

That's a terminal prompt changer that shows a few cool git informations about your repository state. You can choose among different styles and enjoy all the aliases it provides you. Feel free for cont...

Results 22 fancy-git issues
Sort by recently updated
recently updated
newest added

Hey After I installed this, I have this error for every command on terminal MacOS 14.2 (apple m3, with bash) ``` grep: invalid option -- P usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-A...

![terminal](https://user-images.githubusercontent.com/51280654/213902231-60cbb868-1c49-4b2c-9419-13bd5263d0e2.png) I am running an Ubuntu Server for myself and installed fancy-git for the very first time. Since I am using a Windows Terminal and VSCode on my client PC...

Add command to list all branches along with useful info, like when it was created and who created that branch. **Command:** ```bash git branch --sort=-committerdate --format='%(HEAD) %(color:green)%(committerdate:relative)%(color:reset) %(color:blue)%(authorname)%(color:reset) %(color:yellow)%(refname:short)%(color:reset) %(contents:subject)'...

enhancement

Add bash terminal title codes to PS1, with setting, completion, etc.

It'd be cool to have the environment name in addition to just the lil ghost. I guess shouldn't be too hard...? The same code that adds the ghost should be...

it seems the install.sh works only on bash, is there a way to get it to work on MacOS with zsh

Add a new theme called "pill" which will be available under the command `fancygit --theme-pill`. All default color schemes have been replicated to theme pill.

new theme

This is not really an issue but rather a feedback that might help the project in the future. I've tried fancy-git for a while now and I love how it...

In Issue #103 multiple people found that some icons are missing, depending on which font they were using. For the most part, this happened on MacOS. Since Apple removed the...

Not doing this caused my notification area to be awkwardly long. I looked for the canonical way to trim whitespace and found that people recommended [xargs](https://stackoverflow.com/a/12973694), which is odd but...