A Git query language
github.com
A Git query language
1–10 of 72 posts
Re: A Git query language
#2Re: A Git query language
#3 A Git query language (github.com)
10 points by bryanrasmussen 1 hour ago
This ought to have (2014) in the title: Latest commit 49c1c17 on 22 Jun 2014.Re: A Git query language
#4Minor off topic rant about the animated example: Who doesn't put a space at the end of their prompt after the $?! Ugh!
Re: A Git query language
#5A Git query language (github.com) 10 points by bryanrasmussen 1 hour ago This ought to have (2014) in the title: Latest commit 49c1c17 on 22 Jun 2014.
Re: A Git query language
#6Re: A Git query language
#7Imagine if we could just have this automatically for every program that generated text output. It doesn't seem beyond the realms of possibility that every tool could either a) structure its text output in a way that can guarantee simple command-piping to a general purpose query-language processing tool or b) in the presence of a "--output-json" flag, produce json which can then easily be queried.
Re: A Git query language
#8Re: A Git query language
#9Imagine if we could just have this automatically for every program that generated text output. It doesn't seem beyond the realms of possibility that every tool could either a) structure its text output in a way that can guarantee simple command-piping to a general purpose query-language processing tool or b) in the presence of a "--output-json" flag, produce json which can then easily be queried.