-
Notifications
You must be signed in to change notification settings - Fork 125
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
Improve git status items with icons and tag name #154
Comments
There, tags will show up nicely in Tide v5, whenever that comes out. I don't want to add the git/github logo though, for performance reasons. |
@IlanCosman Cool thank for the update, I get the performance reason to read the remote url, but why not a default git icon ? Also shouldn't the async rendering somewhat moderate this performance penalty. |
Sure, I can do a default git icon. And yes, async means that a 10ms delay in git repos isn't a big deal, especially when |
Fair enough |
Do you think it's possible to make the standard git icon instead of using the placeholder? It's being used in the screenshots and it was disappointing to see that it didn't show the icon when using the theme :( |
@luxalpa That gif shows Starship first, a separate popular prompt. The gif is meant to show that Starship is slower than Tide in large git repositories. |
aw, still I think an icon for git would be much nicer than having just text. |
It actually is a nerd font icon: |
Is your feature request related to a problem? Please describe
I am using the lean config with icon full mode, yet git item does not display any (neither git, or github icon). Also I noted that git item could be improved as well when git repo is on a tag.
powerline10k :
fish:
Describe the solution you'd like
In the images above I am showing what powerline 10k is doing, I think this should be what this status should aim for.
Additional context
The text was updated successfully, but these errors were encountered: