prrrnd / atom-git-projects

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

Added possibility to set the name of the repository as project name #48

Closed rkit closed 8 years ago

rkit commented 9 years ago

Sometimes the repository is located deep inside the directory with the name of the project. Example: http://take.ms/2WCYy - git inside …/site, in this case the name of the project was as "site", with a new option, name is taken from the name of the repository

rkit commented 9 years ago

Oops. Sorry, I forgot check empty name. I will correct.

rkit commented 9 years ago

I am done. Please check. I have everything working. Unless of course, you do not mind this feature…

prrrnd commented 8 years ago

Sorry for the really late review, and thank you for your work. I am wondering if changing the project name using this was not working for you?

rkit commented 8 years ago

@prrrnd Yes, but it requires a configuration file in each project, in my opinion through option would be more convenient.

I found problem. If the option is enabled, when you first open popup with the choice of the project shows a list from cache, the name is taken from the name of the project folder, but when you reopen - all is well.

I can fix, if you don't mind this feature.

rkit commented 8 years ago

I closed. This is not stable solution.