Show HN: Deff – Side-by-side Git diff review in your terminal
21–30 of 74 posts
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#22What is most useful though is a 3-panel setup, like JetBrains -- still the best git client I have worked with.
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#23[dead]
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#24I was looking for a good TUI tool for diffs recently, but I'm not sure yet if what I want exists already (and I don't think this tool does it (yet?)). I've been moving my workflow out of VSCode as I'm using TUI-driven coding agents more often lately but one thing I miss from my VSCode/GitHub workflow is the ability to provide a comment on lines or ranges in a diff to provide targeted feedback to the agent. Most diff…
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#25I was looking for a good TUI tool for diffs recently, but I'm not sure yet if what I want exists already (and I don't think this tool does it (yet?)). I've been moving my workflow out of VSCode as I'm using TUI-driven coding agents more often lately but one thing I miss from my VSCode/GitHub workflow is the ability to provide a comment on lines or ranges in a diff to provide targeted feedback to the agent. Most diff…
Once you submit it outputs to stdout and the agent reads your comments and actions them.
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#26I was looking for a good TUI tool for diffs recently, but I'm not sure yet if what I want exists already (and I don't think this tool does it (yet?)). I've been moving my workflow out of VSCode as I'm using TUI-driven coding agents more often lately but one thing I miss from my VSCode/GitHub workflow is the ability to provide a comment on lines or ranges in a diff to provide targeted feedback to the agent. Most diff…
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#27I have been using https://github.com/jeffkaufman/icdiff for the longest time to get side by side diffs.
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#28git difftool --tool=vimdiff
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#29...I really just like the way the Jetbrains IDEs do it, and I wish there were a TUI version that I could launch automatically from the git cli.
Re: Show HN: Deff – Side-by-side Git diff review in your terminal
#30[dead]