top | item 46431823

(no title)

Vanit | 2 months ago

Ugh a terminal purist. Just as insufferable as the ones in person at work. Yeah have fun with your gigantic unorganized git diffs I guess.

discuss

order

qn9n|2 months ago

You can clean up git diffs a lot, I personally find them easy to ready anyway, with tools like delta[1] which make things super nice to read. Also if you use a text editor such as neovim you can integrate these things into your editor and get beautiful diffs right there.

That said I do not use neovim or delta, I just use git diffs or my language ide's diff features.

[1]: https://github.com/dandavison/delta

maccard|2 months ago

> I personally find them easy to ready anyway, with tools like delta[1] which make things super nice to read. Also if you use a text editor such as neovim you can integrate these things into your editor and get beautiful diffs right there.

All I can see here is “if I use two extra tools, I can almost have as good an experience as vscode (or IntelliJ or whatever) gives me out of the box”.

hbogert|2 months ago

I use magit with emacs, Id say terminal purists and vscoders are missing out. But now I probably sound like that insufferable emacs guy from work.