Releases · nkzw-tech/codiff

a fast local diff viewer. Contribute to nkzw-tech/codiff development by creating an account on GitHub.

GitHub

my coworker is implementing #FeatureFlags in our project and it's a big #diff.

him: Please #CodeReview, but I'm not going to #merge it in just yet

me: You could always put it behind a feature flag, and... oh

him: that actually made me crack up

#tech #dev

Show HN: Glance – Local Git diff review TUI, ported from VS Code

Glance는 Neovim 기반의 독립 실행형 Git diff 리뷰 TUI 도구로, VS Code의 Git diff 뷰를 대체할 수 있습니다. 플러그인 관리자나 기존 에디터 설정에 의존하지 않고 nvim --clean 모드에서 실행되며, 사이드 바이 사이드 diff, 미니맵, 라이브 파일 리로드, 3방향 병합 편집기, 스테이지/언스테이지/디스카드 기능 등을 제공합니다. Lua로 구성 가능하며, macOS와 Linux에서 Homebrew 또는 스크립트로 쉽게 설치할 수 있습니다. 현재 로컬 Git 변경사항 리뷰에 집중하며, 향후 훅 단위 작업, 파일트리 필터링, 커밋 루프 개선 등이 예정되어 있습니다.

https://github.com/polyphilz/glance

#git #neovim #tui #diff #lua

GitHub - polyphilz/glance: Review git diffs ~aesthetically~. A standalone TUI that serves as a drop-in replacement for VS Code/Cursor's git diff view

Review git diffs ~aesthetically~. A standalone TUI that serves as a drop-in replacement for VS Code/Cursor's git diff view - polyphilz/glance

GitHub

One of the beautiful things about Sublime Merge¹ (and git/diffs) is that you can see exactly what has changed in complex expected values in tests to ensure that you’re updating the tests without overlooking regressions.

(This is from the Markdown page loader tests in Kitten², as I’m refactoring to implement the upcoming breaking change in the stateful components API³ as it affects the generated code for stateful layout components in Markdown pages.)

¹ Which I always have running, full-screen on its own monitor.
² https://kitten.small-web.org
³ Currently experimental and undocumented but that should change once this breaking change is implemented.

#git #diff #unitTests #tape #SublimeMerge #Kitten #SmallWeb #web #dev #developerExperience

✨ New post

“Difftastic — my new favourite diff viewer”

https://pawelgrzybek.com/difftastic-my-new-favourite-diff-viewer/

#git #diff

Difftastic — my new favourite diff viewer | pawelgrzybek.com

Difftastic works fundamentally different than Delta, and can be used as an individual diff tool to compare files/folders or as a git diff pager.

pawelgrzybek.com
He aprovechado una vez ya he acabado con la limpieza del piso de los sábados, en finiquitar una entrada que hacía años que tenía en borradores. Es sobre la herramienta "diff", muy útil para comparar archivos en GNU/Linux y Unix, espero que os guste!! https://www.ochobitshacenunbyte.com/2026/04/25/ejemplos-practicos-del-comando-diff-en-linux/ #diff #unix #linux #gnu #sysadmin
Descubre Beszel: Monitorización ligera para tus contenedores - ochobitshacenunbyte

Descubre Beszel, el monitor de servidores ligero y Open Source ideal para Docker y Raspberry Pi. ¡Controla tu Homelab!

ochobitshacenunbyte

The new Claude Desktop app includes a new diff viewer. I compared three ways to review Claude's code changes: the Desktop app diff viewer, the Claude Code CLI, and plain git diff, with a note on when to reach for each one.

https://www.lotharschulz.info/2026/04/17/claude-code-desktop-diff-viewer-vs-claude-code-cli-vs-git-diff-a-hands-on-comparison/

#claude_code #diff

gvc (git-visual-compare) is a new visual git diff tool that I'm releasing today! Try it out at: https://dafoster.net/projects/gvc/ #coding #programming #diff #git

I've been using the diff mode of the venerable yet unmaintained GitX tool for a decade. But now I need my diffs to support dark mode, to avoid waking the baby at night. Astonishingly, existing GUI diff tools only support diffing *individual* commits, not ranges . So I finally bit the bullet and wrote my own. Enjoy!

gvc (Git Visual Compare) | A Visual Diff Viewer for macOS | DaFoster

A lightweight macOS GUI for viewing git diff output. The ease of a visual diff viewer, the power of a command-line diffing tool.

How to build a `git diff` driver · Jamie Tanna | Software Engineer

How to write an external tool for `git diff` to delegate complex diffs to.

Jamie Tanna | Software Engineer

Announcing Textual Diff View!

Add beautiful diffs to your terminal application.

⭐ Unified and split view
⭐ Line and character highlights
⭐ Many themes
⭐ Horizontal scrolling

https://github.com/batrachianai/textual-diff-view

#Python #Textual #Diff #AI