delta is an [[MIT License]] licensed syntax highlighting diff written in [[Rust]].
- [Website](https://dandavison.github.io/delta/)
- [Source](https://github.com/dandavison/delta)
- Documentation
- AlternativeTo
> A syntax-highlighting pager for git, diff, and grep output
# Notability
- Can do side-by-side colored diff with syntax highlighting for `git`
# Philosophy
Despite its tagline it only does paging and a side effect and it refuses to accept only a single file.
- It uses `less` as its pager
- It uses [[bat - colorized cat]] as a library for syntax highlighting
# OS Support
- [[Linux]]
- [[AMD64]]
- [[ARM64]]
- [[i686]]
- [[MacOS]]
- [[AMD64]]
- [[Windows]]
- [[AMD64]]
# Features
# Tips
# References