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.46k stars 949 forks source link

Show CI status for Git repositories #1380

Open weilbith opened 4 years ago

weilbith commented 4 years ago

Hey, thanks for this awesome project! I would like to integrate the CI status for a Git repository into my prompt. The hup ci-status command provides this information. I attempt to add my own simple segment, parsing the output of this command. Unfortunately this is super slow due to the RPC to GitHub. So I would like to ask you how I could to this asynchronous? I mean an integration into the revolutionary git segment is hard, since hub is a new dependency, that should be optional. Thanks for your help!