GithubHelp home page GithubHelp logo

whitepoplar022 / birdseye Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ryanzav/birdseye

0.0 2.0 0.0 5.6 MB

Generate a bird's eye view of a project's source code.

License: Apache License 2.0

Python 100.00%

birdseye's Introduction

birdseye

Create a bird's eye view of a project's source code.

alt text

This does a git-blame on each line of a project's source code and then generates a color coded image of the source text for the entire project.

Usage:

Display the module argument options: python birdseye.py --help

Generate an image of the latest birsdeye git repo itself: python birdseye.py

Generate the same image with the colors coded darker depending on the age of the commit. python birdseye.py --show_age --no_info

Generate the same image with the colors coded darker depending on the age of the commit, and scaled to the number of months provided instead of the default of 6. python birdseye.py --show_age --months 12 --no_info

Generate the same image but with the age color coded instead of the author and suppress the author info. python birdseye.py --show_age --age_only --no_info

Generate a movie of the last 20 git commits of the birdseye repo: python birdseye.py --movie --revs 20

Generate an image of another git repo: python birdseye.py --target ../other_repo

birdseye's People

Contributors

ryanzav avatar daf avatar

Watchers

James Cloos avatar 记忆者 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.