This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Feature: Colorization of staged files #430
Open
Description
Hi,
That would be great to have staged files (after a git add) colored in another color (blue ? cyan ? red ?) and to be able to right click and select a "Git Add" option to stage the file. Because it's painful having to switch to a terminal just to add files and to check status. I checked sources of tree view to have an idea on how it is implemented, and I saw that Atom API doesn't have anything to check if a file is staged or not.. I could do a pull request to add the feature in tree-view with nodegit but I think you prefer to follow the Atom API.
Please ! :)
Thank you !