prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

Possibility to add keywords in .git-project #15

Closed prrrnd closed 9 years ago

prrrnd commented 9 years ago

Example of .git-project file:

{
  "title": "Project Title",
  "keywords": ["keyword1", "keyword2", "keyword3"]
}

The keywords could then be used to find a project when searching in the list.