gregingelmo·10 lat temu·discussYou know iTerm is a tool I use so often that I've taken its existence for granted. Thank you for all your hard work over the years. You've made a beautiful piece of software.
gregingelmo·11 lat temu·discussUse Vim, it's the best diff tool by a long shot. Syntax highlighting, side-by-side diffs, and code folding (when large contiguous sections are equal)vimdiff <(curl -s "https://httpbin.org/get") <(curl -s "https://httpbin.org/get?show_env=1")It takes some getting used to but once you go vimdiff you'll never go back.