4

A command line tool built in Python that helps you analyse your git logs by exporting them into a csv/json file.

Can fetch the logs from a given file path or a git directory.

https://github.com/dev-prakhar/...

Comments
  • 0
    Hmm interesting, can you explain a bit more as for what it could parse and generate?
  • 1
    @linuxxx ... You just run the parser with arguments like

    - export to csv or json
    - a path to a file that contains contents of git log
    or
    - a path to git initialised directory where the parser would run git log and export the data
    - number of entries to be parsed if a git directory is given (defaults to 5)

    Let me know if there's any extra functionality that could come in handy.
  • 3
    nice and simple. I need to think of projects like this
Add Comment