atom-project-plus icon indicating copy to clipboard operation
atom-project-plus copied to clipboard

Discover projects inside of project home (previously named whitelist)

Open mehcode opened this issue 8 years ago • 2 comments

Recursively look for all repositories. Put this behavior behind a configuration flag. Also put it behind a timed cache (perhaps).


https://github.com/prrrnd/atom-git-projects

@prrrnd Would you like to merge efforts here?

mehcode avatar Mar 23 '16 22:03 mehcode

Hi @mehcode, I don't have so much free time to maintain atom-git-projects, but feel free to dig into the code and extract things you need. It's under the MIT license.

prrrnd avatar Mar 24 '16 07:03 prrrnd

What would be your criteria / feature list that project-plus does not do that git-projects does? I'm looking to create a single project package. As projects are such an important part of most users' workflow -- it'd be awesome if we can get all the eyes in one place.


From looking at your project, I get the following:

  • [ ] Discover projects via recursive searching for (git) repositories
  • [ ] Git information on the project finder

mehcode avatar Mar 24 '16 08:03 mehcode