top | item 44564048 (no title) artificialLimbs | 7 months ago How do you do the nice line-by-line (or section-by-section) before/after handling in a CLI tool? discuss order hn newest stickfigure|7 months ago Start with a clean git (even if you're just committing WIP locally). Run the tool. See the diffs in your IDE. They show up immediately in IntelliJ; use the "commit" pane. Same as if I had edited a bunch of files.Works fine. hobs|7 months ago It has an external editor option (which I havent tried) the cli interface by default is pretty bad for medium to large code changes.
stickfigure|7 months ago Start with a clean git (even if you're just committing WIP locally). Run the tool. See the diffs in your IDE. They show up immediately in IntelliJ; use the "commit" pane. Same as if I had edited a bunch of files.Works fine.
hobs|7 months ago It has an external editor option (which I havent tried) the cli interface by default is pretty bad for medium to large code changes.
stickfigure|7 months ago
Works fine.
hobs|7 months ago