summaryrefslogtreecommitdiffstats
path: root/docs/content/manual/manual.yml
AgeCommit message (Expand)Author
2024-03-20Add trim/0, ltrim/0 and rtrim/0 that trims leading and trailing whitespace (#...Mattias Wadman
2024-03-20Remove non-standard pow10 filter in favor of exp10 (#3059)itchyny
2024-02-08Fix typo in documentation for map_values (#3035)J. B. Rainsberger
2024-01-30docs: rename example jq utility to totalEmanuele Torre
2024-01-25typo contruct->construct (#3017)Jonathan Chan Kwan Yin
2024-01-24Fix "in the a search" typo (#3015)Mattias Wadman
2024-01-16Revert "lexer: temporarily revert #\ patch; keep CR in comment bug fix"Emanuele Torre
2023-12-24Fix typo (#3002)wllm-rbnt
2023-12-13lexer: temporarily revert #\ patch; keep CR in comment bug fixEmanuele Torre
2023-12-11chore: Improve readability (for Alternative operator '//')Jesper Rønn-Jensen
2023-11-03Comment bug fixes, and fully support Tcl-style multiline commentsEmanuele Torre
2023-10-04Allow passing the inline jq script before --Emanuele Torre
2023-10-03Simplify `pick` exampleThomas Bozeman th026106
2023-09-22Fix the default colors to use 39, the default foreground color (#2904)taoky
2023-09-07Update webpage with 1.7 release (#2879)Owen Ou
2023-08-19Add --config option printing ./configure options usedNicolas Williams
2023-08-16Add a regression test for negative indices and fix a pick/1 testitchyny
2023-08-12Update documentation to reflect new `defs` field on `modulemeta`Alex Wilson
2023-08-09docs: fix delpaths descriptionNaïm Favier
2023-08-05Change the default color of null to Bright Blackitchyny
2023-08-04Let error(null) throw nullEmanuele Torre
2023-08-03Clarify the `//` operator (fix typo)Nicolas Williams
2023-08-03Add a bit more text about generatorsNicolas Williams
2023-08-03Clarify the `//` operator (close #2189)Nicolas Williams
2023-08-01Require a main program (fix #2785)Nicolas Williams
2023-07-31Redesign website (#2628)itchyny
2023-07-29Fix typo in manual: "-seq" => "--seq"Emanuele Torre
2023-07-26Rename --nul-output to --raw-output0, abort on string containing NULitchyny
2023-07-25manual.yml: remove contingent testspkoppstein
2023-07-25builtin.jq: naive abs/0pkoppstein
2023-07-25Remove deprecated --argfile optionitchyny
2023-07-25Reorder the command line options in the manual (#2766)itchyny
2023-07-24Improve manual in various ways (inputs, sort_by, foreach sections, etc.) (#2744)itchyny
2023-07-23Fix --stream-errors w/o --stream, and doc+test (close #2748)Nicolas Williams
2023-07-23Improve --help to mention all the command optionsitchyny
2023-07-22Fix manual source code to follow the schema definitionitchyny
2023-07-21manual.yml: some clarifications plus fixes for markdown bloopers (#2737)pkoppstein
2023-07-19manual.yml: revise section on identity, clarifying what is subject to changepkoppstein
2023-07-19Add notes on `NO_COLOR` environment variable to the manualitchyny
2023-07-18Make object key color configurable (close #1739, #1791, #2638)itchyny
2023-07-18Define examples in the "examples" field instead of "example"Emanuele Torre
2023-07-14debug/1 (#2710)pkoppstein
2023-07-11Update "tests/man.test" and remove superflous whitespace in manual.ymlEmanuele Torre
2023-07-10manual.yml: further tweaks re map and map_valuespkoppstein
2023-07-10manual.yml: further tweaks re map and map_valuespkoppstein
2023-07-10manual.yml: clarify explanation of map_values, including description of new b...pkoppstein
2023-07-09Fix manual on paths/1 to use boolean filter for its argumentitchyny
2023-07-08Fix nth/2 to emit empty on index out of rangeitchyny
2023-07-08Fix the latest manual on string multiplication by zeroitchyny
2023-07-07Remove deprecated filters: leaf_paths, recurse_downitchyny