I do use helix but haven’t taken advantage of the git integration. Maybe I’m unaware of its power.
For fish, I defined my own fish_prompt function with an indicator if there are uncommitted changes. It’s just running git status
under the hood. I have a TODO in that function to run a pijul diff
in the directory if git status
returns nothing…
Haven’t used the original but I do enjoy letting pipes-rs run on idle terminals.