oleander / git-fame-rb

A command-line tool that helps you summarize and pretty-print collaborators based on contributions
MIT License
953 stars 73 forks source link

Add a support for aggregating multiple repositories #16

Open mirelon opened 9 years ago

mirelon commented 9 years ago

Something like git fame ~/projects/* It should sum the results for each repository matching the argument.

zakhenry commented 9 years ago

:+1: this feature would be great.

oleander commented 9 years ago

Sounds like a great idea. I'm open to PRs on this subject.

FireLordZuko commented 8 years ago

Hey man, first of all, I'd like to say that I love your tool. It's amazing!

However, it's over a year ago this request was made. Has there been any progress on this end? What I personally would like is a command such as git fame * which then immediately starts searching at the directory I am currently in, into all directories and subdirectories for git repositories and when it finds them, it calculates the LOC and eventually outputs a complete summary of all these repositories.

I'm not so sure whether you are still working on this, I hope you'd be able to implement this as it'd be a super cool feature!

oleander commented 7 years ago

@FireLordZuko Hi! This isn't something that's being worked on, but I'm open to pull requests / a discussion if anyone else wants to contribute.