An open API service indexing awesome lists of open source software.

https://github.com/fvictorio/fzf-git


https://github.com/fvictorio/fzf-git

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# fzf-git

A zsh widget that uses [fzf](https://github.com/junegunn/fzf) to complete git stuff using `^G`

## Installation

You need to have [fzf](https://github.com/junegunn/fzf) installed. Then:

### Antigen

`antigen bundle fvictorio/fzf-git`

### Manually

Clone this repository and source it from your `zshrc`.

## Features

- Pressing `^G` after `git checkout` will search through your branches, in order of recent usage
- Pressing `^G` in any other context will complete your modified or staged files