p1nkun1c0rns / awesomeness

Awesome tools
MIT License
27 stars 4 forks source link

augmentable-dev/askgit - askgit is a command-line tool for running SQL queries on git repositories. #235

Open steinbrueckri opened 4 years ago

steinbrueckri commented 4 years ago

askgit

Description

askgit is a command-line tool for running SQL queries on git repositories. It's meant for ad-hoc querying of git repositories on disk through a common interface (SQL), as an alternative to patching together various shell commands.

Example

It can execute queries that look like:

-- how many commits have been authored by user@email.com?
SELECT count(*) FROM commits WHERE author_email = 'user@email.com'

Links

https://github.com/augmentable-dev/askgit/

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.77. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.