We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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": "[email protected]" ] }
So https://stedolan.github.io/jq/ can be used to extract and combine the result of multiple repos
The text was updated successfully, but these errors were encountered:
Sure, go for it!
Sorry, something went wrong.
No branches or pull requests
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
would output something like:
So https://stedolan.github.io/jq/ can be used to extract and combine the result of multiple repos
The text was updated successfully, but these errors were encountered: