Stephen Dolan
a625d2821e
Add to_entries, from_entries and with_entries functions.
...
Closes #97 .
2013-05-13 16:15:49 +01:00
Stephen Dolan
7ca5127fcc
Merge branch 'autotools'
2013-05-11 15:21:23 +01:00
Stephen Dolan
7fbc50239c
Minor docs fix to get rid of Bonsai warnings.
2013-05-09 02:01:01 +01:00
Stephen Dolan
46814da91a
Merge pull request #119 from 13ren/master
...
tiny typo fix in manual
2013-05-07 03:57:47 -07:00
Stephen Dolan
5be97463ec
Add a --arg option to allow variables to be passed from the cmdline.
...
Closes #107
2013-05-06 14:21:00 +01:00
Stephen Dolan
48be23233a
Add the "has" function. Closes #74 .
2013-05-06 13:46:54 +01:00
Stephen Dolan
88a6dc5343
Merge pull request #77 from jkleint/patch-1
...
Clarify description of `as`
2013-05-05 18:39:59 -07:00
Stephen Dolan
fee38afd8b
Document behaviour of .[] on objects.
...
Closes #57 .
2013-05-06 02:37:34 +01:00
Stephen Dolan
cacda19e75
Add documentation for "type".
...
Closes #75 .
2013-05-06 02:34:02 +01:00
Stephen Dolan
8bf4a73f3d
Fix some bad escaping
2013-05-06 01:14:53 +01:00
Simon Elsbrock
e45f93f85f
fix typo in manual
2013-02-20 22:38:50 +01:00
jkleint
115552f3a6
Clarify description of as
...
It's more of a foreach loop than an identity operation.
Addresses issue #72 .
2013-01-25 12:17:56 -05:00
13ren
d0cd26cd8e
Update docs/content/3.manual/manual.yml
...
There's a , after map ; should be .
#65
2013-01-13 17:33:01 +11:00
Stephen Dolan
b3bad59dd7
Add the recurse function. See #37 .
2012-12-29 22:59:07 +00:00
Stephen Dolan
e0cda536f3
Make null + foo return foo, rather than an error.
...
This also allows 'add' to be implemented in jq rather than C.
2012-12-29 16:52:26 +00:00
Stephen Dolan
417899f9a0
Fold operation (code/docs/test)
2012-12-28 15:05:34 +00:00
Stephen Dolan
9302b16247
Docs typos.
2012-12-28 14:23:28 +00:00
Stephen Dolan
89e26969ae
@foo syntax for encoding of strings into various formats.
...
Fixes part of #47 and #48 .
2012-12-28 01:23:09 +00:00
Stephen Dolan
c181a9185a
Add a few lines to the bottom of the manpage.
2012-12-20 12:25:50 +00:00
Stephen Dolan
75421cbfe3
Add the ability to specify input files on the commandline.
...
See #21 .
2012-12-16 19:46:41 +00:00
Stephen Dolan
b0aa62f2b7
Improve manpage introduction, add examples to manpage.
...
Closes #19
2012-12-16 17:11:40 +00:00
Stephen Dolan
73c657cdc4
Lots of build system and docs improvements, including a manpage.
...
- Build binaries for multiple platforms
- Make a manpage out of the manual (see #19 )
- Extract more tests from the documentation
- Fix a few documentation bugs uncovered by above.
2012-12-16 13:06:03 +00:00
Stephen Dolan
c0a2f1ab47
Add min, max, min_by, max_by functions.
2012-12-04 22:45:03 +00:00
Stephen Dolan
fadeb66365
Add a unique function.
2012-12-03 02:02:12 +00:00
Stephen Dolan
e9c7548b82
Oh alright then, if you insist.
...
Colo(u)red output for jq. Enabled by default if isatty(stdout).
Closes #11 .
2012-12-03 01:21:07 +00:00
Stephen Dolan
11965aaa2e
sort_by and group_by functions, tests and docs.
2012-12-02 23:22:15 +00:00
Stephen Dolan
ed7f95a492
Demote "contains" to a built-in function rather than an operator.
2012-12-02 22:52:38 +00:00
Stephen Roantree
5e25c2a259
Implemented contains operator
2012-10-24 13:50:26 -07:00
Stephen Dolan
2a610da2d1
Allow the 'keys' function to take arrays.
2012-10-22 23:31:07 +01:00
Stephen Dolan
93f80b2726
I should probably document select and empty :) ( #29 , #5 )
2012-10-22 23:14:34 +01:00
Stephen Dolan
794d29a430
Docs fixes.
...
- Mention homebrew on download page (#25 )
- Document 'keys' and string interpolation
2012-10-22 22:56:56 +01:00
Stephen Dolan
c53e001973
Version number tracking.
2012-10-21 23:26:31 +01:00
Stephen Dolan
976e4ff711
Fix a mistake in the docs. Fixes #10
2012-10-21 22:16:23 +01:00
Stephen Dolan
359d5f33bd
Add a bunch of commandline options for controlling I/O format.
...
Also docs for the above. Closes #1 .
2012-09-20 19:31:14 +01:00
Stephen Dolan
5863160112
Implement the 'add' builtin promised by the docs' examples.
2012-09-18 23:32:24 +01:00
Stephen Dolan
fbf7bc835b
More docs + docs cleanup
2012-09-18 23:17:27 +01:00
Stephen Dolan
cf134909fd
Documentation. Copious.
2012-09-18 17:51:53 +01:00