From 1fa99f877f9580a680d83a8464865c4f8f0f771f Mon Sep 17 00:00:00 2001 From: Amr Hesham Date: Fri, 14 Jul 2023 20:37:14 +0300 Subject: [PATCH] Add GQL project to the readme file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60c1410..00b6b7c 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [ellie/atuin](https://github.com/ellie/atuin) [[atuin](https://crates.io/crates/atuin)] — Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. * [fselect](https://crates.io/crates/fselect) — Find files with SQL-like queries * [gitui](https://github.com/extrawurst/gitui) - Blazing fast terminal client for git written in Rust. [![build](https://github.com/extrawurst/gitui/workflows/CI/badge.svg?branch=master)](https://github.com/extrawurst/gitui/actions) +* [GQL](https://github.com/amrdeveloper/gql) — A SQL like query language to run on .git files. * [j0ru/kickoff](https://github.com/j0ru/kickoff) - Fast and snappy wayland program launcher [![build](https://github.com/j0ru/kickoff/actions/workflows/ci.yml/badge.svg)](https://github.com/j0ru/kickoff/actions) * [Kondo](https://github.com/tbillington/kondo) - CLI & GUI tool for deleting software project artifacts and reclaiming disk space * [lotabout/rargs](https://github.com/lotabout/rargs) [[rargs](https://crates.io/crates/rargs)] — xargs + awk with pattern matching support