- Clone this repository anywhere
- Add
bin/
to yourPATH
environment variable - Now you can use commands with
git
, likegit fzf
The git status --ignored
command prints all ignored files, but you can't pipe it to xargs rm -rf
, for example, because it prints other stuff too.
Removes recursively all files and folders listed by git-ls-ignored-files
.
After a branch gets merged, you can delete it locally. This script lists all branches that don't exist anymore on remote.
Removes all branches listed by git-ls-old-branches
.
It's easier to find files in your git repository that way. It ignores what's on .gitignore
too.
Open file selected by fuzzy-find in vi.