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
- Host: GitHub
- URL: https://github.com/witchard/difflame
- Owner: witchard
- License: mit
- Created: 2017-11-19T20:10:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T21:53:15.000Z (over 8 years ago)
- Last Synced: 2025-02-01T11:11:06.117Z (about 1 year ago)
- Topics: diff, flamegraph, git
- Language: Python
- Homepage: https://witchard.github.io/difflame/
- Size: 210 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.