Calvin

Results 7 comments of Calvin

### This comment is a rant; accept my apologies and skip it. @tst2005 @chb0github Fork it then. This was a complicated project _before_ the portability concerns and the massive adoption....

Presuming you have multiple objects per file. Otherwise you could just smash everything together: jq -n 'reduce inputs as $i ({}; . += $i)' File[123] To cross-reference multiple objects across...

Wow. Your initial description of your source data was inadequate. The first solution (the simple reduce) was, as I explicitly stated, only for a situation with one object per file....

> @pkoppstein > ` jq -cr '.users[] | "(.description) is (.height)"' sample.json` Pardon me if I've missed something but I think the string interpolation backslashes may have been lost in...

This is 100% style. Check out `:colourscheme quake` for inspiration. https://github.com/tridactyl/tridactyl/blob/master/src/static/themes/quake/quake.css

I'm currently hacking this kind of markup together with `gathered` and `align` environments and even a very basic implementation would save me a lot of cruft.