Skip to content

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

License

Notifications You must be signed in to change notification settings

onnodb/omf-quiggit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages