[Github-comments] [geany/geany-plugins] ProjectOrganizer: Option to get list of project files from git (#740)

Gustav Näslund notifications at xxxxx
Tue May 8 05:56:23 UTC 2018


@codebrainz and @elextr 

Yes, the intention is to avoid duplicating the same information, the [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) principle. And also the .gitignore allows for quite advanced file inclusion/exclusion rules that is hard to replicate in the project files list anyway as well. So I think it would be very beneficial to leverage this functionality from git / libgit2 instead of parsing the .gitignore ourself.

And, I really like the idea to also get untracked files via the "git status" command. This way it would also be possible to color code or otherwise mark files in the tree depending on their git status like Modified/Untracked.

This is a feature available in atom and vscode but it is very helpful because you get an immediate visual overview of the project when you are working. The terminal and git status commands are just some clicks away but a colormarker in the tree is just a glance and some milliseconds away. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/740#issuecomment-387293229
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180507/3af6d5b4/attachment-0001.html>


More information about the Github-comments mailing list