git-fame-rb icon indicating copy to clipboard operation
git-fame-rb copied to clipboard

New feature I could implement: --output json in order to agregate data from multiple repositories

Open jmgarnier opened this issue 3 years ago • 1 comments

Hey @oleander Nice to see you have some time to dedicate to your open source projet :)

Following the closing https://github.com/oleander/git-fame-rb/pull/73 I'd like to implement a related feature in order to agregate data from multiple repositories

git fame --output json

would output something like:

{
  [
  "name": "Foo",
  "email": "[email protected]"
  ]
}

So https://stedolan.github.io/jq/ can be used to extract and combine the result of multiple repos

jmgarnier avatar Oct 13 '22 07:10 jmgarnier

Sure, go for it!

oleander avatar Oct 13 '22 08:10 oleander