atom-git-projects icon indicating copy to clipboard operation
atom-git-projects copied to clipboard

Search also in paths

Open mishak87 opened this issue 10 years ago • 0 comments

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

mishak87 avatar Nov 30 '15 22:11 mishak87