color-valgrind
·80 words·1 min
color-valgrind #
Highlight important information from the already great valgrind
Why? #
I often switch quickly between valgrind output and code. This leads to me lossing my place often. I also re-run valgrind many times in s short period of time, leading to me having to find what I was looking at previously to compare. All of this is a bit easier with colorful out.
New #
Previously #
Install #
git clone https://github.com/JakeRoggenbuck/color-valgrind.git
cd color-valgrind
cargo install --path .