▲ | stouset 3 days ago | ||||||||||||||||||||||
As far as I know right now, no editors have great built-in support. As a heavy CLI user of (previously) git and now jj, selecting changes graphically is genuinely the one thing I’m envious of. The TUI that jj uses for interactive changes, `scm-record`, is fine but not great. It gets the job done but it could be so much more. Getting really good diff and conflict editor support into VS Code, Zed, et al is going to be a huge win when it comes. | |||||||||||||||||||||||
▲ | gpm 3 days ago | parent | next [-] | ||||||||||||||||||||||
> The TUI that jj uses for interactive changes, `scm-record`, is fine but not great. The change selection TUI is one of the things that I'm happiest with in jj over the equivalent in git. It's a huge quality of life improvement over git's version. Could it be even better? Probably... but compared to `git add -p`... it is already way better. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | nchmy 3 days ago | parent | prev [-] | ||||||||||||||||||||||
jjui is what you're looking for. Incredible TUI | |||||||||||||||||||||||
|