onnodb / omf-quiggit

Oh-My-Fish! package for easy Git operation (MIRROR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiggit

A plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


Install

$ omf install https://github.com/onnodb/omf-quiggit.git

Usage

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 using git-config.

Configuration

Available settings:

  • __quiggit_verbose_status: set to no to run git status -sb instead of the more verbose git status (when yes). (Default: no.)

Change settings by creating the above variables using set -g in the current session, or set -U.

License

MIT © Onno Broekmans et al

About

Oh-My-Fish! package for easy Git operation (MIRROR)

License:MIT License


Languages

Language:Shell 100.0%