delta
delta copied to clipboard
🚀 migrate away from unsupported ansi_term library
Perhaps replace ansi_term usage in delta with https://github.com/epage/anstyle / https://github.com/epage/anstyle/tree/main/crates/termcolor and then use
https://github.com/epage/anstyle/tree/main/crates/git to parse git colors (which should eliminate some delta code).