-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dirty count to git dirty indicator #44
base: main
Are you sure you want to change the base?
Conversation
@jorgebucaran I added a commit that keeps this functionality fast if the user doesn't want the dirty count. |
Hi @jorgebucaran, any updates? This is the only thing preventing me from adopting Hydro. Thank you for maintaining Hydro, sorry for the ping :) |
Thanks for the ping! I want to take a shot at it myself. In the meantime, try fisher install ankurkotwal/hydro. Could I have a description of this feature? What do you need exactly? |
I want to know exactly how many files in my git repo are staged, unstaged, or untracked. |
What would that look like? Do you have an example I can see, or go ahead and type it out. |
Hmm. We gon need a PdM. 😂 |
What's PdM? |
If a file is added, deleted or modified, the git dirty status indicator will now show the count.