mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-02 12:32:21 +00:00
todo
This commit is contained in:
parent
4d246ad710
commit
8bb04584f2
2 changed files with 18 additions and 2 deletions
|
|
@ -1,2 +1,6 @@
|
|||
#!/bin/bash
|
||||
for rstin in *.rst.in; do genrst $rstin; done
|
||||
if [ $# -ge 1 ]; then
|
||||
for rstin; do genrst $rstin; done
|
||||
else
|
||||
for rstin in *.rst.in; do genrst $rstin; done
|
||||
fi
|
||||
|
|
|
|||
14
go/todo.txt
14
go/todo.txt
|
|
@ -29,7 +29,7 @@ w starrer survey
|
|||
? quick-examples needs fewer inputs, and outputs for all retained inputs
|
||||
? or q-e more links to 10min
|
||||
! thruout pitch the docs at primarily the first whenever possible:
|
||||
- ruby-level user w/o heavy sysadm
|
||||
- python/ruby-level user w/o heavy sysadm
|
||||
- sysadm w/o dev
|
||||
> do not assume people know awk! XD
|
||||
- devs
|
||||
|
|
@ -37,10 +37,22 @@ w starrer survey
|
|||
- likewise cookbook2/3 -- overly nerdy; perhaps just annoying
|
||||
- re-work data-sharing <-> SQL ...
|
||||
o little:
|
||||
- stats1 -r
|
||||
cookbook2.rst.in
|
||||
- mlr --print-type-arithmetic-info
|
||||
reference.rst.in
|
||||
- mlr --help-all-keywords
|
||||
reference-dsl.rst.in
|
||||
- mlr format-values --help
|
||||
reference-verbs.rst.in
|
||||
- mlr --usage-comments-in-data
|
||||
file-formats.rst.in
|
||||
- file-formats: colon -> dot
|
||||
- unset multiple lvalues in the BNF
|
||||
faq.rst.in
|
||||
- list at end of todo.txt
|
||||
- maybe mlr -> mlrc as live-todo & 6make by default -- ?
|
||||
- trailing space on pprint right
|
||||
----------------------------------------------------------------
|
||||
|
||||
* blockers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue