Install latest/stable of Fuzzy Repo Finder
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install fuzzy-repo-finder
Don't have snapd? Get set up for snaps.
[Github](https://github.com/hoto/fuzzy-repo-finder)
Installation
sudo snap install fuzzy-repo-finder
Add to your ~/.bashrc
or ~/.zshrc
or ~/.profile
:
function go_to_project() {
cd $(fuzzy-repo-finder --projectRoots "${HOME}/projects,${HOME}/go/src" $@)
}
alias g='go_to_project'
In terminal:
$ g
Find projects by partial name:
$ g myprojectname
Debug:
$ fuzzy-repo-finder --projectRoots "${HOME}/projects,${HOME}/go/src" --debug myprojectname
Help:
$ fuzzy-repo-finder --help
Demo
From directory structure:
~/projects
├── group_A
│ ├── project_1
│ ├── project_2
│ └── project_3
└── group_B
├── project_1
├── project_2
└── group_C
└── project_1
Unfiltered:
Search:
group_A
project_1
project_2
project_3
group_B
project_1
project_2
project_3
group_B/group_C
project_1
Filtered:
Search: pr1
group_A
project_1
group_B
project_1
group_B/group_C
project_1
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.