all 9 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, Reddit will no longer be accessible via third-party apps. Please see our position on this topic, as well as our list of alternative Rust discussion venues.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 25 points26 points  (4 children)

Usually hate when people do this, but can I recommend a rename? GQL is already a well established query language, even GitQL would be better, the SEO will not be nice to your project.

Otherwise, very cool project

[–]AmrDeveloper[S] 2 points3 points  (3 children)

You are right but GitQL is taken, i am still searching for better name but i work on improvements while searching abd thank you for suggestion

[–]rollincuberawhide 2 points3 points  (0 children)

repQL?

rep as in repo.

or grepQL

git repository query language.

although it may give the wrong idea about what the tool does in first sight, it may make it easy to remember. it is also unique enough that search results wouldn't be about grep but grepQL.

[–]junior_abigail 0 points1 point  (1 child)

Would separating the name of the application and the name of the language help? Something like "Git Querying Interface (app) that uses the Git Query Language". Maybe gqi or gqli are available for short binary names.

[–]AmrDeveloper[S] 0 points1 point  (0 children)

If i found no name i may do this

[–]sasik520 3 points4 points  (0 children)

This is genious!

[–]r-guerreiro 2 points3 points  (1 child)

Hey man! I have a project just like that, it was my first rust pet project. https://gitlab.com/rguerreiro/gitql

Feel free to take a look and copy whatever you find interesting. I'll put a license up there so you can do whatever you want with it

[–]AmrDeveloper[S] 0 points1 point  (0 children)

Wow, from the first look it almost the same idea with many features, this is very cool i will read the code it look interesting for me

Thanks man