DarkPlayer@lemmy.world to Programming@programming.devEnglish · 2 years agoSemanticDiff Now Available For GitHubsemanticdiff.comexternal-linkmessage-square1fedilinkarrow-up121arrow-down11
arrow-up120arrow-down1external-linkSemanticDiff Now Available For GitHubsemanticdiff.comDarkPlayer@lemmy.world to Programming@programming.devEnglish · 2 years agomessage-square1fedilink
minus-squarerobinm@lemmyrs.orglinkfedilinkEnglisharrow-up3·2 years agoNice! I’ve been using difftastic in my terminal, especially for git diff since quite some time. Semantic diff are usually much nicer to review (and in the case they don’t, I have a fallback to delta for my git pager).
Nice! I’ve been using difftastic in my terminal, especially for
git diff
since quite some time. Semantic diff are usually much nicer to review (and in the case they don’t, I have a fallback to delta for my git pager).