Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 280 Bytes

fuzzy-project-finder.md

File metadata and controls

13 lines (10 loc) · 280 Bytes

If you have a projects folder with all your source code install selecta and use this simple bashscript to trigger a fuzzy finder:

proj() {
  cd $(find ~/Projects -maxdepth 1 -type d | selecta)
}

You can install selecta with homebrew:

brew install selecta