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.

Channel Version Published

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

Details for Fuzzy Repo Finder

License
  • MIT

Last updated
  • 13 June 2020 - latest/stable
  • 13 June 2020 - latest/edge

Websites

Share this snap

Generate an embeddable card to be shared on external websites.


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.


Where people are using Fuzzy Repo Finder

Users by distribution (log)

Ubuntu 20.04
Ubuntu 22.04

Is there a problem with Fuzzy Repo Finder? Report this app