Request: Native VCS support for Jujutsu (jj)
Hi Powerlevel10k maintainers,
I enjoy using Powerlevel10k's VCS prompt features. Currently, it supports Git, Mercurial, etc., but there’s no native support for Jujutsu (jj, https://github.com/jj-vcs/jj).
I've seen community workarounds like this one, which use zsh-async updates and custom hooks. While functional, it would be great to have first-class support within the Powerlevel10k VCS module.
Questions:
- Is there a plan to add
jjsupport in the official VCS module? - What would be required to implement native support? For example, is it feasible to implement
p10kfunctions likevcs_gitorvcs_hgfor jj? - Are there design considerations (performance, async updates) that make integrating
jjchallenging?
Thank you so much for your guidance. It would be amazing to see jj integrated natively.
according to the readme
NO NEW FEATURES ARE IN THE WORKS
so yeah, we won't get support
+1
There seems to be this now https://github.com/xs5871/p10k-jj-status. I am about to try it out.
This repo is confusing though, I don't know why they say they won't even fix bugs but don't just archive it.