A plugin for Oh My Fish.
$ omf install https://github.com/onnodb/omf-quiggit.git
Quiggit will automatically detect when you're cd'ing into a Git repository. Inside a Git repository, you can then:
-
Press Enter on an empty command prompt to run
git status
. -
Enter any Git command, which will then automatically have the word
git
prefixed. This is achieved using fish abbreviations, which are generated temporarily while you're inside the Git repository. These abbreviations are created for all common Git commands, as well as for any aliases you may have defined usinggit-config
.
Available settings:
__quiggit_verbose_status
: set tono
to rungit status -sb
instead of the more verbosegit status
(whenyes
). (Default:no
.)
Change settings by creating the above variables using set -g
in the current
session, or set -U
.
MIT © Onno Broekmans et al