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.
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!
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 revolutionarygit
segment is hard, sincehub
is a new dependency, that should be optional. Thanks for your help!