dot_files VS jq

Compare dot_files vs jq and see what are their differences.

jq

Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dot_files jq
1 306
10 25,063
- -
1.8 0.0
12 months ago 11 months ago
Shell C
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dot_files

Posts with mentions or reviews of dot_files. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-01.
  • Extracting Objects Recursively with Jq
    14 projects | news.ycombinator.com | 1 Aug 2021
    I tend to use jq a lot. As others have said, sometimes jq can be hard to grasp. Often it requires multiple attempts to get the correct answer. To make it a little easier for me, I've written a helper function[0] that combines it with fzf[1] to run jq as a REPL on any json. It allows to incrementally alter your DSL without having to continually call jq. This is similar to jid/jiq but a little more powerful. It includes functions to change the preview to output raw, compact (or not), and some other things.

    I didn't use jid/jiq because jid uses go-simplejson, which is nowhere near as powerful as jq, and jiq seemed very buggy when I used it and it felt like it was hacked together. Plus there was no where to change jq's arguments while running it.

    I'm sure this function can be improved on, but this has been good enough for me so far.

    Also, I run gojq[2] instead of jq. It is a drop-in replacement for jq but is written in Go, and has some improvements over jq such as bug fixes, support for yaml input, and it also provides more helpful error messages.

    [0] https://github.com/hoshsadiq/dot_files/blob/master/zshrc.d/m...

jq

Posts with mentions or reviews of jq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-21.

What are some alternatives?

When comparing dot_files and jq you can also consider the following projects:

gojq - Pure Go implementation of jq

yq - Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents

jfq - JSONata on the command line

dasel - Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.

fzf - :cherry_blossom: A command-line fuzzy finder

jet - CLI to transform between JSON, EDN, YAML and Transit using Clojure

json5 - JSON5 — JSON for Humans

counsel-jq - Traverse complex JSON and YAML structures with live feedback

jp - Validate and transform JSON with Bash

setup - My config, system settings, utilities, etc.

nushell - A new type of shell