Balki
d6cd981c87
Add Keystroke savers for same format ( #1824 )
2025-07-03 19:01:17 -04:00
Balki
e67bdef98e
cut: Consider -o flag even when using regexes with -r ( #1823 )
...
* cut: Consider `-o` flag even when using regexes with `-r`
* update doc for cut -r flag
2025-07-03 18:54:09 -04:00
John Kerl
d30501a69b
Argument parsing is different in mlr -s scripts ( #1817 )
2025-06-13 13:54:34 -04:00
John Kerl
ea242a242a
Docs for new surv verb ( #1807 )
2025-05-15 19:41:58 -04:00
John Kerl
0060cceafc
Fix section-title typos for docs in #1735 ( #1736 )
...
* fix typo in flatten/unflatten doc section titles
* run `make docs`
2024-12-23 14:19:51 -05:00
John Kerl
cc1cd954ea
Fix unflatten with field names like . .x or x..y ( #1735 )
...
* Fix unflatten with field name like `.` `.x` or `x..y`
* docs & test data
2024-12-23 12:27:08 -05:00
John Kerl
9f77bbe096
Add help strings for -a/-r in sub/gsub/ssub ( #1721 )
...
* Help strings for `-a`/`-r` in `sub`/`gsub`/`ssub`
* `mlr regtest -p test/cases/cli-help` to update expected outputs
* artifacts from `make dev`
2024-11-23 10:13:36 -05:00
John Kerl
8c791f5466
Static-check fixes from @lespea #1657 , batch 4/n ( #1706 )
...
* Static-check fixes from @lespea #1657 , batch 2/n
* Static-check fixes from @lespea #1657 , batch 3/n
* Static-check fixes from @lespea #1657 , batch 4/n
2024-10-27 12:00:25 -04:00
John Kerl
05aa16cfcf
Join docs wrong link ( #1695 )
...
* Fix join-docs link in online help
* run `make dev` and commit the artifacts
2024-10-17 09:11:03 -04:00
Stephen Kitt
7a0320fc27
Typo fix: programmatically ( #1679 )
...
Signed-off-by: Stephen Kitt <steve@sk2.org>
2024-10-06 17:30:12 -04:00
John Kerl
39c88041d6
make dev for previous commit
2024-10-05 10:50:37 -04:00
John Kerl
f751084013
6.13 release docs
2024-10-05 10:46:36 -04:00
John Kerl
c66094a184
miller 6.13.0
2024-10-05 09:32:15 -04:00
Austin Letson
5cd457d565
Fix minor typo ( #1673 )
2024-10-05 09:27:31 -04:00
John Kerl
31d6164181
Fix 1668 error-source ( #1672 )
...
* Fix 1668 error-source
* run `make dev`
2024-10-05 09:25:47 -04:00
Andrea Borruso
26e55f2ec3
Characters to be removed ( #1668 )
...
It seems to me that they are to be removed
2024-10-05 08:49:53 -04:00
John Kerl
4a2f349289
Update source material for #1665 ( #1666 )
...
* Fix source info for #1665
* run `make dev`
2024-10-02 08:46:27 -04:00
Andrea Borruso
56210b045b
Update reference-verbs.md ( #1665 )
...
This should be a type
2024-10-02 08:08:49 -04:00
Adam Lesperance
085e831668
The package version must match the major tag version ( #1654 )
...
* Update package version
* Update makefile targets
* Update readme packages
* Remaining old packages via rg/sd
2024-09-20 12:10:11 -04:00
Andrea Borruso
1fe2645989
Enable admonition extension ( #1636 )
...
In PR #1634 I have added an admonition note.
I assumed that the admonition extension was enabled, but it was not. I apologize John.
I have now enabled it as per the documentation:
https://squidfunk.github.io/mkdocs-material/reference/admonitions/?h=ad#admonitions
2024-08-27 12:02:27 -04:00
John Kerl
ab637328cd
Source-file update for PR 1634 ( #1635 )
2024-08-27 11:42:24 -04:00
Andrea Borruso
b63f66ff8c
A note about positional field names ( #1634 )
...
The inspiration comes from this question
https://stackoverflow.com/q/78908146/757714
2024-08-27 11:26:17 -04:00
Andrea Borruso
807775c519
Update extra.css ( #1633 )
...
removed a duplicate and corrected a typo
2024-08-27 08:44:20 -04:00
Andrea Borruso
d247fab73d
To have edit and copy code in each page ( #1632 )
2024-08-26 09:20:08 -04:00
Andrea Borruso
24e3c77280
To realize which chapter and section are active ( #1631 )
2024-08-26 09:14:53 -04:00
John Kerl
73e2117b43
Misc. codespell findings ( #1628 )
2024-08-25 17:40:57 -04:00
John Kerl
16a898cff4
Fix binary data in JSON output ( #1626 )
2024-08-25 15:00:51 -04:00
John Kerl
6bee4ebbf2
RS aliases for ASCII top-of-table control characters are misnamed ( #1620 )
...
* Fix misnames of ASCII control-character aliases
* artifacts from `make dev`
2024-08-16 10:25:25 -04:00
John Kerl
6520bf4758
Bash process substitution not working with put -f ( #1583 )
...
* Bash process substitution not working with `put -f`
* run `make dev`
2024-06-08 20:37:31 -04:00
John Kerl
dc21fa3cd5
Note IANA TSV support ( #1582 )
...
* Note IANA TSV support
* run `make docs`
2024-06-08 20:16:56 -04:00
John Kerl
202a79d0e2
On-line help for mlr summary --transpose ( #1581 )
...
* On-line help for `mlr summary --transpose`
* run `make dev`
2024-06-08 13:37:07 -04:00
John Kerl
8223903621
Support $NO_COLOR ( #1580 )
...
* Support `$NO_COLOR`
* run `make dev`
2024-06-08 13:08:15 -04:00
John Kerl
16ab199194
Add mad accumulator for stats1 DSL function ( #1561 )
...
* Add `mad` accumulator for `stats1` DSL function
* regression files
* make dev output
2024-05-11 15:55:27 -04:00
John Kerl
5ac48516f7
Add a stat DSL function ( #1560 )
...
* Add a `stat` DSL function [WIP]
* artifacts from `make dev`
* regression test
2024-05-09 18:39:44 -04:00
John Kerl
e714738a7d
Fix typo in online help for --no-jlistwrap ( #1541 )
...
* Add --no-auto-unsparsify flag
* Fix typo in online help for `--no-jlistwrap`
* Artifacts from `make dev`
2024-04-11 08:12:45 -04:00
John Kerl
f6e378c8df
build previous
2024-03-16 17:54:32 -04:00
John Kerl
b37c3a5e56
6.12.0 doc link
2024-03-16 17:51:17 -04:00
John Kerl
a0bead4093
miller 6.12.0
2024-03-16 17:19:05 -04:00
John Kerl
83c44e6d74
Add descriptions for put and filter verbs ( #1529 )
...
* Add more info in online help about what put/filter do
* `make dev` artifacts
2024-03-16 17:09:01 -04:00
John Kerl
7bd460a3b8
Support thousands separator in fmtnum ( #1499 )
...
* Support thousands separator in `fmtnum`
* doc bits
2024-02-18 14:01:46 -05:00
John Kerl
0424320199
make dev artifacts for sparsify
2024-02-18 13:54:42 -05:00
John Kerl
f5eaf290cf
mlr sparsify ( #1498 )
...
* mlr sparsify
* regression-test cases
* typofix
* Remove mods due to processor-architecture change
2024-02-18 10:56:26 -05:00
John Kerl
62220ca0fa
sort-link doc update
2024-02-05 09:39:49 -05:00
John Kerl
c0e9be0e0c
6.11.0-dev ( #1484 )
...
* 6.11.0-dev
* 6.11.0-dev
2024-01-24 13:27:04 -05:00
John Kerl
f26bc0d9a1
update release docs
2024-01-23 18:32:56 -05:00
John Kerl
1834a925b3
Miller 6.11.0 ( #1481 )
...
* miller 6.11.0
* Artifacts from `make dev`
2024-01-23 17:31:58 -05:00
John Kerl
ac65675ab1
Auto-unsparsify CSV and TSV on output ( #1479 )
...
* Auto-unsparsify CSV
* Update unit-test cases
* More unit-test cases
* Key-change handling for CSV output
* Same for TSV, with unit-test and doc updates
2024-01-20 18:43:49 -05:00
John Kerl
af021f28d7
Support markdown format on input ( #1478 )
...
* Support markdown on input
* unit-test files
* doc mods
* Unit-test cases for I/O-format keystroke-savers
* -i/-o md as well as -i/-o markdown
2024-01-20 16:51:15 -05:00
John Kerl
aff07efe3a
typofix
2024-01-20 13:01:37 -05:00
John Kerl
794a754c36
Support PPRINT barred input ( #1472 )
...
* Support PPRINT barred input
* regression-test files
* output from `make dev`
* doc updates
2024-01-20 12:59:12 -05:00