Open14

一般的なUnixコマンドのモダンな代替コマンドまとめ

3w36zj63w36zj6

diff

https://github.com/dandavison/delta

cargo install git-delta
~/.gitconfig
[core]
    pager = delta

[interactive]
    diffFilter = delta --color-only

[delta]
    navigate = true    # use n and N to move between diff sections
    light = false      # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)

[merge]
    conflictstyle = diff3

[diff]
    colorMoved = default