Skip to main content
  1. Projects/

color-valgrind

·80 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

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 #

image

Previously #

image

Install #

git clone https://github.com/JakeRoggenbuck/color-valgrind.git
cd color-valgrind
cargo install --path .