# delta - git/diff Syntax-Highlighter

> Clean Markdown view of GeekNews topic #2043. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2043](https://news.hada.io/topic?id=2043)
- GeekNews Markdown: [https://news.hada.io/topic/2043.md](https://news.hada.io/topic/2043.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-05-08T09:35:45+09:00
- Updated: 2020-05-08T09:35:45+09:00
- Original source: [github.com](https://github.com/dandavison/delta)
- Points: 10
- Comments: 1

## Topic Body

- git diff 의 출력을 구문강조 해주는 유틸

- 설치후 .gitconfig 에서 pager로 delta를 지정하면

ㅤgit diff/show/log/stash/reflog/add 등 대부분의 명령이 구문강조 됨

- Line내에서 추가/삭제 부분을 여러개까지 인식해서 표시

- diff 와 pipe 해서 보여주는 용도로도 사용

## Comments



### Comment 1739

- Author: xguru
- Created: 2020-05-08T09:35:49+09:00
- Points: 1

bat 에서 지원하는 구문강조 테마를 그대로 지원합니다. 세트로 쓰면 깔끔.

bat - Syntax Highlighting 되는 cat https://news.hada.io/topic?id=1985
