Commit graph

8137 commits

Author SHA1 Message Date
Gary Armstrong
e07f154d93
misspelling (#863)
fix spelling
2022-01-11 14:30:38 -05:00
vapniks
21bde20dfc
fix typo (#862) 2022-01-11 14:02:00 -05:00
John Kerl
2ddee849da doc-neaten 2022-01-11 10:43:11 -05:00
John Kerl
43e81eec20 Update version string to 6.0.0-dev for post-release 2022-01-11 09:32:14 -05:00
John Kerl
3cdf7c74f6
Fix #853 (#860) 2022-01-11 07:59:54 -05:00
John Kerl
f06a6895dd Follow-up for #859 2022-01-10 23:15:56 -05:00
Jauder Ho
96909a2da6
Update installing-miller.md (#859)
Small typo fix
2022-01-10 23:15:05 -05:00
John Kerl
ea2d091689 README-docs.md update 2022-01-10 23:14:36 -05:00
John Kerl
f4b9c34336 Merge branch 'emit-notes' 2022-01-10 22:56:31 -05:00
John Kerl
8c94b2a854 Merge branch 'main' of https://github.com/johnkerl/miller 2022-01-10 22:56:25 -05:00
John Kerl
99c062309f
Emit notes (#858)
* Conda/Docker install notes

* Clarify wording for #827
2022-01-10 22:55:49 -05:00
John Kerl
948d17d79e Clarify wording for #827 2022-01-10 22:55:15 -05:00
John Kerl
dbdd529dd6 Merge branch 'version-docs' 2022-01-10 22:51:44 -05:00
John Kerl
eb69d232c1
Conda/Docker install notes (#857) 2022-01-10 22:48:39 -05:00
John Kerl
e16fc6b5e3 Conda/Docker install notes 2022-01-10 22:48:21 -05:00
John Kerl
cf64912d13 fix broken link in contributing.md.in 2022-01-10 19:58:33 -05:00
John Kerl
e98491c99a Run "make docs" after previous PRs 2022-01-10 19:56:29 -05:00
vapniks
f0f0361325
Fix typo: columnn -> column (#856) 2022-01-10 19:55:35 -05:00
vapniks
bfcea27bf6
Fix typo (#855) 2022-01-10 19:55:20 -05:00
vapniks
67c5e09ad4
Fix typo (#854) 2022-01-10 19:55:01 -05:00
John Kerl
39bb43381a merge 2022-01-10 13:33:27 -05:00
John Kerl
032192177c TL;DRs in new-in-miller-6.md.in 2022-01-10 10:54:47 -05:00
John Kerl
b434885125 TL;DRs in new-in-miller-6.md.in 2022-01-10 10:49:20 -05:00
John Kerl
352306aa94 TL;DRs in new-in-miller-6.md.in 2022-01-10 10:45:13 -05:00
John Kerl
c776236cea link to README-versions.md 2022-01-10 10:42:49 -05:00
John Kerl
ba72efc7bb doc-neatens 2022-01-10 10:31:21 -05:00
John Kerl
c6c8498528 doc-neatens 2022-01-10 10:28:18 -05:00
John Kerl
d66f4ce878 README-versions.md 2022-01-10 09:11:27 -05:00
John Kerl
bf3001a5aa Merge branch 'goreleaser-binary-names' 2022-01-09 22:34:17 -05:00
John Kerl
8a6f21f75f Merge branch 'main' of https://github.com/johnkerl/miller 2022-01-09 22:33:59 -05:00
John Kerl
15c09e6f67
Goreleaser binary names (#852)
* todo

* Fix goreleaser binary names
2022-01-09 22:33:41 -05:00
Andrea Borruso
0b6af66584
a small typo (#846) 2022-01-09 22:32:37 -05:00
John Kerl
b94cef8475 Fix goreleaser binary names 2022-01-09 22:22:45 -05:00
John Kerl
a06f37a983 todo 2022-01-09 22:16:25 -05:00
John Kerl
b3301bc057 Merge branch 'nunc-dimittis' 2022-01-09 21:50:49 -05:00
John Kerl
a61650dc36 Link to release page in new-in-miller-6.md.in 2022-01-09 20:31:15 -05:00
John Kerl
b83efc8b07 Update docs re release status 2022-01-09 20:12:59 -05:00
John Kerl
8346d332a2
Tag 6.0.0 (#850) 2022-01-09 19:51:18 -05:00
John Kerl
69c5b412e6 Tag 6.0.0 2022-01-09 19:46:45 -05:00
John Kerl
c7143ec1d3 Merge branch 'more-miller-6-doc-info' 2022-01-09 19:26:03 -05:00
John Kerl
ebef818a00
More Miller 6 doc info (#849)
* Info on operator precedence and the REPL

* Information on indexed emit/emit1 in Miller 6
2022-01-09 19:25:44 -05:00
John Kerl
6232865590 Information on indexed emit/emit1 in Miller 6 2022-01-09 19:21:21 -05:00
John Kerl
92f1496be6 Info on operator precedence and the REPL 2022-01-09 19:05:23 -05:00
John Kerl
b8698f0a9b todo 2022-01-09 13:37:22 -05:00
John Kerl
3877560b81 Merge branch 'json-lines' 2022-01-09 11:17:59 -05:00
John Kerl
da91878939
Distinguish between JSON and JSON Lines formats (#844)
* Draw a distinction between JSON and JSON Lines formats

* Add JSON Lines to on-line help example

* Have JSON format default to --jlistwrap and --jvstack

* Update test cases for --jlistwrap output for JSON output format

* Have JSON format default to --jlistwrap and --jvstack for --{X}2j as well

* Make --jlistwrap / --jvstack as legacy flags, since now --json and --jsonl

* Add --c2l, --l2c, etc. command-line flags

* docmods for JSON Lines

* Update regression-test cases for JSON / JSON Lines distinction
2022-01-09 11:11:54 -05:00
John Kerl
ad79705a20 Update regression-test cases for JSON / JSON Lines distinction 2022-01-09 11:06:16 -05:00
John Kerl
c41d555101 docmods for JSON Lines 2022-01-09 10:56:51 -05:00
John Kerl
4a8f141ec8 Add --c2l, --l2c, etc. command-line flags 2022-01-09 00:23:29 -05:00
John Kerl
44a2e4dc48 Make --jlistwrap / --jvstack as legacy flags, since now --json and --jsonl 2022-01-09 00:04:30 -05:00