Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
/ fzf-git Public archive

Zsh plugin for nice git completions using fzf

License

Notifications You must be signed in to change notification settings

hschne/fzf-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This plugin is no longer maintained!

I found that fzf-tab serves the purpose of Git completions much better. You can read up more on how to use fzf-tab and other completions in this article


fzf-git

Git completions, powered by fzf


Demo Gif

Installation

Make sure you have fzf installed. Then use the plugin manager of your choice to install fzf-git.

Zplug

zplug "hschne/fzf-git"

Antigen

antigen bundle hschne/fzf-git

Oh my Zsh

 git clone https://github.com/hschne/fzf-git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-git

Usage

This plugin simply enables auto-completion of git commands using the ** trigger. For example, type

git checkout **<TAB>

to get a fuzzy-searchable list of branches. Currently only git checkout and its aliases (git co, gco, g checkout, g co) are supported.

License

MIT (c) @hschne

About

Zsh plugin for nice git completions using fzf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages