atom-git-projects
atom-git-projects copied to clipboard
Search also in paths
I keep most of my projects in <group>/<vendor>/<repo> path. It would be useful to search also in paths of projects relative to settings.
For example if I have project in ~/workspace/github.com/prrrnd/atom-git-projects and in settings one of paths ~/workspace. Typing prrrnd git projects would find this project (relative path github.com/prrrnd/atom-git-projects).
This could be implemented:
- as search in relative paths after current implementation returns nothing
- by assigning weight to words depending on where they matched