An open API service indexing awesome lists of open source software.

https://github.com/witchard/difflame

Visualise differences using flamegraphs
https://github.com/witchard/difflame

diff flamegraph git

Last synced: 4 months ago
JSON representation

Visualise differences using flamegraphs

Awesome Lists containing this project

README

          

difflame
========

Checkout some examples: https://witchard.github.io/difflame/

A lame tool for visualising diffs! This tool uses flamegraphs (http://www.brendangregg.com/flamegraphs.html) to visualise the differences within git repositories.

* Installation: `pip install difflame`.
* View diffs: `cd ; difflame.py`. Then visit http://localhost:1234.
* More options: `difflame.py --help`.

For large repositories it is recommended you create your diffs offline with `difflame.py save`, and then visualise with `difflame.py servefiles`.