mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-26 17:28:13 +00:00
todo
This commit is contained in:
parent
f1b00452c5
commit
d987d890fa
17 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
mlr --itsvlite --odkvp cat ${CASEDIR}/input.tsv
|
||||
|
|
@ -0,0 +1 @@
|
|||
a=1\t2,b=c:\foo\bar,c=xyz
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
a b c
|
||||
1\t2 c:\foo\bar xyz
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mlr --itsv --odkvp cat ${CASEDIR}/input.tsv
|
||||
|
|
@ -0,0 +1 @@
|
|||
a=1 2,b=c:\foo\bar,c=xyz
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
a b c
|
||||
1\t2 c:\foo\bar xyz
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mlr --tsvlite cat ${CASEDIR}/input.tsv
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
a b c
|
||||
1\t2 c:\foo\bar xyz
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
a b c
|
||||
1\t2 c:\foo\bar xyz
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mlr --tsv cat ${CASEDIR}/input.tsv
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
a b c
|
||||
1\t2 c:\\foo\\bar xyz
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
a b c
|
||||
1\t2 c:\foo\bar xyz
|
||||
|
4
todo.txt
4
todo.txt
|
|
@ -2,9 +2,11 @@
|
|||
* 404 -- what broke?
|
||||
https://github.com/johnkerl/miller/pull/757/files
|
||||
* https://github.com/johnkerl/miller/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-documentation
|
||||
* https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/
|
||||
|
||||
RELEASES
|
||||
* 6.2.0 plan:
|
||||
! #982 ., etc
|
||||
! extended field accessors for #763 and #948 (positional & json.nested)
|
||||
! strict mode
|
||||
! awk-like exit
|
||||
|
|
@ -18,6 +20,8 @@ RELEASES
|
|||
? #908 inferencing options
|
||||
? gogll
|
||||
|
||||
k --tsvlite
|
||||
|
||||
================================================================
|
||||
FEATURES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue