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

Show git info and icon in finder view

Open willdawsonme opened this issue 7 years ago • 0 comments

Relates to #32 (partly #31).

Project Icons

Adds an icon to the left of each project view, configurable in projects.cson with any icon from the Atom Styleguide. It's off by default, and the default icon is repo, but the default could possibly be changed depending on the provider etc.

Git Information

Displays the current git branch and modified status in each project view, both off by default. For multiple paths, only the first repo's information is shown. Not sure how else to deal with that!

Pulled what I needed from atom-git-projects as directed by @prrrnd in #31 (thanks!). My only concern is the performance of reading the git repositories on each Finder View open. atom-git-projects does seem to have some project list caching, perhaps we could look into that if it's an issue!

willdawsonme avatar Oct 08 '16 16:10 willdawsonme