Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeroggenbuck/color-valgrind
Highlight important information from the already great valgrind
https://github.com/jakeroggenbuck/color-valgrind
Last synced: 5 days ago
JSON representation
Highlight important information from the already great valgrind
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/color-valgrind
- Owner: JakeRoggenbuck
- License: gpl-3.0
- Created: 2023-11-12T23:07:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T23:27:17.000Z (about 1 year ago)
- Last Synced: 2023-11-13T00:21:37.180Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# color-valgrind
Highlight important information from the already great [valgrind](https://valgrind.org/)## 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](https://github.com/JakeRoggenbuck/color-valgrind/assets/35516367/395d4692-b5ab-438a-b9d0-78b339303c0b)## Previously
![image](https://github.com/JakeRoggenbuck/color-valgrind/assets/35516367/092a1a1f-4162-44b2-93b1-3c5ef193ebc7)## Install
```
git clone https://github.com/JakeRoggenbuck/color-valgrind.git
cd color-valgrind
cargo install --path .
```