git-graph
git-graph copied to clipboard
Use `crossterm` for colors instead of `yansi`
crossterm is required for paging anyway, so probably yansi is not necessary anymore.
This issue is from 2020. I cannot find any trace of yansi so maybe it can be closed?
There are still some occurences: https://github.com/search?q=repo%3Amlange-42%2Fgit-graph%20yansi&type=code
But might be easy to get rid of them.