jq
Here are 435 public repositories matching this topic...
I'm happy to announce that I'll be writing the second edition of Data Science at the Command Line (O'Reilly, 2014). This issue explains why I think a second edition is needed, lists what changes I plan to make, and presents a tentative outline. Finally, I have a few words about the process and giving feedback.
Why a second edition?
While the command line as a technology and as a way of w
-
Updated
Feb 22, 2017 - JavaScript
-
Updated
Dec 5, 2021 - Go
-
Updated
Oct 24, 2021 - Shell
-
Updated
Aug 4, 2021 - JavaScript
CSV
With separators auto-guessing and optional overrides:
https://en.wikipedia.org/wiki/Comma-separated_values
faq -f json -o csv < file.json
-
Updated
Dec 5, 2021 - Shell
-
Updated
Mar 9, 2022 - Python
-
Updated
Oct 30, 2021 - Shell
As generating human-readable code is not a current aim, and we're quite far from having it anyway, it would make sense to generate a code that is already "minified". (i. e. cannot be reduced more by a minifier).
This might not be possible to achieve to 100% without implementing some complicated compiler logic (for example determining whether some parenthesis are needed). Implementing those shou
-
Updated
Dec 16, 2021 - Shell
-
Updated
Mar 12, 2022 - Go
-
Updated
Feb 5, 2022 - Shell
-
Updated
Mar 11, 2022 - Python
-
Updated
Oct 19, 2021 - JavaScript
Improve this page
Add a description, image, and links to the jq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jq topic, visit your repo's landing page and select "manage topics."
"Snap" is a popular package format that enables Linux users to install and run applications cross-distro.
In order to help potential users discover and use fq, it would be neat to automatically build and publish a snap during the release process.
fq utilizes GoReleaser in [the "release" workflow