This commit is contained in:
John Kerl 2015-05-03 18:19:49 -07:00
parent f25baa5b05
commit 397bbc16b2
2 changed files with 12 additions and 0 deletions

View file

@ -1,5 +1,8 @@
<ul>
<li/> As of early May 2015 the single most important to-do items are support
for numerical and reverse sort, and quantiles/median/mode in <tt>stats1</tt>.
<li/> Miller&rsquo;s record, field, and pair separators can only be single
characters (e.g. newline, comma, equals sign), optionally allowing repeats on
input (e.g. multiple spaces treated as one). It would be nice if strings were
@ -14,4 +17,7 @@ space and tab for field separation.
<tt>filter</tt> could be made far more powerful if a regular-expression library
were included.
<li/> Various to-do items are listed
<a href="https://github.com/johnkerl/miller/blob/master/c/todo.txt">here</a>.
</ul>

View file

@ -71,6 +71,9 @@ Miller commands were run with pretty-print-tabular output format.
<!-- BODY COPIED FROM content-for-to-do.html BY poki -->
<ul>
<li/> As of early May 2015 the single most important to-do items are support
for numerical and reverse sort, and quantiles/median/mode in <tt>stats1</tt>.
<li/> Miller&rsquo;s record, field, and pair separators can only be single
characters (e.g. newline, comma, equals sign), optionally allowing repeats on
input (e.g. multiple spaces treated as one). It would be nice if strings were
@ -85,6 +88,9 @@ space and tab for field separation.
<tt>filter</tt> could be made far more powerful if a regular-expression library
were included.
<li/> Various to-do items are listed
<a href="https://github.com/johnkerl/miller/blob/master/c/todo.txt">here</a>.
</ul>
</td>