Fuzzy Repo Finder
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.
Details for Fuzzy Repo Finder
Package name
- fuzzy-repo-finder
License
- MIT
Last updated
- 13 June 2020 - latest/stable
- 13 June 2020 - latest/edge
Websites
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report Fuzzy Repo Finder for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
Command line tool for navigating git repositories.
[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
| Revision | Channel | Version | Build | Commit | Download SBOM |
|---|
The build and commit information is derived from build infrastructure records.
Install Fuzzy Repo Finder on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.