Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jmgarnier opened this issue Oct 13, 2022 · 1 comment

Comments

@jmgarnier
Copy link

jmgarnier commented Oct 13, 2022

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

Following the closing #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": "test@example.com"
  ]
}

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

@oleander
Copy link
Owner

Sure, go for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants