https://github.com/fvictorio/fzf-git
https://github.com/fvictorio/fzf-git
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fvictorio/fzf-git
- Owner: fvictorio
- Created: 2020-09-21T16:41:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T23:25:06.000Z (over 4 years ago)
- Last Synced: 2025-04-01T12:23:29.162Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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