All Projects → augmentable-dev → Askgit

augmentable-dev / Askgit

Licence: mit
Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. 🔍 📊

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Askgit

Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+225.42%)
Mutual labels:  cli, command-line, sql
Sequelize Auto Migrations
Migration generator && runner for sequelize
Stars: ✭ 233 (-91.39%)
Mutual labels:  cli, sql, sqlite
Kuery
Strongly typed SQL in Kotlin
Stars: ✭ 199 (-92.65%)
Mutual labels:  sql, sqlite
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-93.31%)
Mutual labels:  sql, sqlite
Gcli
🖥 Go CLI application, tool library, running CLI commands, support console color, user interaction, progress display, data formatting display, generate bash/zsh completion add more features. Go的命令行应用,工具库,运行CLI命令,支持命令行色彩,用户交互,进度显示,数据格式化显示,生成bash/zsh命令补全脚本
Stars: ✭ 188 (-93.06%)
Mutual labels:  cli, command-line
Magicli
Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async.
Stars: ✭ 178 (-93.42%)
Mutual labels:  cli, command-line
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+7.57%)
Mutual labels:  cli, command-line
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+420.72%)
Mutual labels:  cli, command-line
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (-18.32%)
Mutual labels:  sql, sqlite
Snapstub
Copy API endpoints to your fs and run a local server using them
Stars: ✭ 193 (-92.87%)
Mutual labels:  cli, command-line
Geopackage Js
GeoPackage JavaScript Library
Stars: ✭ 191 (-92.94%)
Mutual labels:  sql, sqlite
Trilogy
TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.
Stars: ✭ 195 (-92.8%)
Mutual labels:  sql, sqlite
You Dont Need Gui
Stop relying on GUI; CLI **ROCKS**
Stars: ✭ 4,766 (+76.06%)
Mutual labels:  cli, command-line
Tably
Python command-line script for converting .csv data to LaTeX tables
Stars: ✭ 173 (-93.61%)
Mutual labels:  cli, command-line
Demo
A framework for performing live pre-recorded command line demos in the wild 📼
Stars: ✭ 179 (-93.39%)
Mutual labels:  cli, command-line
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-93.61%)
Mutual labels:  cli, command-line
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (-93.24%)
Mutual labels:  cli, command-line
Sharprompt
Interactive command line interface toolkit for C#
Stars: ✭ 197 (-92.72%)
Mutual labels:  cli, command-line
Commander
🚀The framework to write type-safe and structured command line program easily in Swift.
Stars: ✭ 170 (-93.72%)
Mutual labels:  cli, command-line
Qoa
Minimal interactive command-line prompts
Stars: ✭ 2,007 (-25.86%)
Mutual labels:  cli, command-line

Go Reference BuildStatus Go Report Card TODOs codecov Twitter Follow

mergestat MergeStat Logo

mergestat is a command-line tool for running SQL queries on git repositories and related data sources. It's meant for ad-hoc querying of source-code on disk through a common interface (SQL), as an alternative to patching together various shell commands. It can execute queries that look like:

-- how many commits have been authored by [email protected]?
SELECT count(*) FROM commits WHERE author_email = '[email protected]'

You can try queries on public git repositories without installing anything at try.askgit.com, in our Public workspace.

More in-depth examples and documentation can be found on our dedicated documentation site.

Join our community on Slack if you have questions, or just to say hi 🎉.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].