I’ve been using #jjui for about 6 months and it’s become essential part of my daily workflow. I stopped using jj cli directly completely, jjui does everything I need perfectly, and makes dealing with #jujutsu repos a pleasure.

And it really shines when working with agents - it’s almost effortless to try different approaches with parallel jj changes, reviewing, and discarding when an agent produces crap.

I used to be a big #magit fan but since I stopped using Emacs I was on the lookout for a replacement. Nothing came close. With #jjui I feel home again. It’s jujutsu native so it works and feels slightly different than magit, but I feel like I’m flying with my VCS again :)

Let me tell you about two of my most favorite software projects right now:

1. #niri an amazing wayland compositor. Which took the horizontal-scrolling window-tiling model to its perfection. https://github.com/YaLTeR/niri

2. #jjui A tui for jj. https://github.com/idursun/jjui

Why do I tell you this?

Because I noticed that I regularly have about 5 to 10 windows of jjui next to each other open, because I am so used to opening them and then they scroll to the side. 😂

GitHub - YaLTeR/niri: A scrollable-tiling Wayland compositor.

A scrollable-tiling Wayland compositor. Contribute to YaLTeR/niri development by creating an account on GitHub.

GitHub
Ah yes, jjui: the groundbreaking #TUI nobody asked for, solving the critical issue of making #Jujutsu slightly less unbearable through text. 🤔 Because what we really needed was yet another layer of #complexity to manage our version control with less efficiency! 🥴 Bravo!
https://github.com/idursun/jjui #jjui #versioncontrol #techhumor #HackerNews #ngated
GitHub - idursun/jjui: jjui is a TUI designed for interacting with the Jujutsu version control system.

jjui is a TUI designed for interacting with the Jujutsu version control system. - idursun/jjui

GitHub
GitHub - idursun/jjui: jjui is a TUI designed for interacting with the Jujutsu version control system.

jjui is a TUI designed for interacting with the Jujutsu version control system. - idursun/jjui

GitHub

le mainteneur de #jjui est assez sidérant.

* j'ouvre une issue à 16h19,
* il se trouve qu'un patch dans master, âgé de 2 jours, corrige ce bug
* je dis "okthx, j'attendrai la prochaine release"
* bim, nouvelle release à 17h06.

ref: https://github.com/idursun/jjui/issues/25

#jj #jujutsu

jjui can't work when in a repo subdirectory · Issue #25 · idursun/jjui

How to reproduce jj git init /tmp/repo cd /tmp/repo mkdir subdir touch my_file subdir/other_file # added so the working copy isn't empty cd subdir jj log # any jj subcommand would work here jjui Ac...

GitHub