Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.47k stars 947 forks source link

Add Gitstatus segment #1229

Closed dritter closed 5 years ago

dritter commented 5 years ago

This adds a segment for gitstatus. Fixes #1185 .

Caveat: This does not make use of the asynchronous mode that gitstatus provides. This will be added as soon as we have a proper basis for that (presumably with #1176 ).

// cc @romkatv

romkatv commented 5 years ago

Looks great! Finally gitstatus will have tests :-D

dritter commented 5 years ago

Looks great! Finally gitstatus will have tests :-D

I don't want to disappoint you, I've mocked gitstatus away, so the tests run on travis.. ;)

romkatv commented 5 years ago

I don't want to disappoint you, I've mocked gitstatus away, so the tests run on travis.. ;)

Oh, man! And just like that, my test coverage went back to zero.