summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-020.3.00.3.0Andrew Gallant
2014-11-02Collection reform and fixing other small bugs.Andrew Gallant
2014-11-02Update to latest Docopt.Andrew Gallant
2014-11-01Switch most integer types to uint.Andrew Gallant
2014-11-01update lockfileAndrew Gallant
2014-11-01Remove use of docopt! macro. :-(Andrew Gallant
2014-10-31Output a consistent number of columns when computing stats.Andrew Gallant
2014-10-31Add 'sort' command.Andrew Gallant
2014-10-31Fix warnings.Andrew Gallant
2014-10-31Only check for negation in non-empty selectors.Andrew Gallant
2014-10-31List `stats` command.Andrew Gallant
2014-10-31updateAndrew Gallant
2014-10-22Implement a real parser for column selection.Andrew Gallant
2014-10-22Update name change for latest Rust.Andrew Gallant
2014-10-21SelName is redundant with SelIndexedName({anything}, 0),Andrew Gallant
2014-10-21Add inverted selection.Andrew Gallant
2014-10-19Some refactoring of selectors.Andrew Gallant
2014-10-19s/main/run because the signature doesn't match Rust's special main any more.Andrew Gallant
2014-10-19Make it so sub-commands explicitly accept an argv.Andrew Gallant
2014-10-19Some reorganization.Andrew Gallant
2014-10-19Biggest change: compute basic statistics and frequency tables.Andrew Gallant
2014-10-04Tweak project goals. I am pretty convinced that CSV parsing is CPUAndrew Gallant
2014-10-04last remnants of xcsvAndrew Gallant
2014-10-04Some touchups.Andrew Gallant
2014-10-04xcsv -> xsv once and for all.Andrew Gallant
2014-10-04Parallel splitting.Andrew Gallant
2014-10-04xcsv -> xsvAndrew Gallant
2014-10-04Added search and splitting commands.Andrew Gallant
2014-10-04Implements the popular relational joins: inner, outer {left,right,full}Andrew Gallant
2014-10-01Efficient inner joins implemented.Andrew Gallant
2014-09-30Begin work on "join" command.Andrew Gallant
2014-09-30Add "condense" feature to flatten command.Andrew Gallant
2014-09-30Add a "normalized" selection, which is sorted and containsAndrew Gallant
2014-09-30Fix spacing.Andrew Gallant
2014-09-28Update to latest rust-csv.Andrew Gallant
2014-09-28Added support for indexing in the "slice" command. Wee!Andrew Gallant
2014-09-28Refactoring. Basic index support.Andrew Gallant
2014-09-22Compute max record length faster.Andrew Gallant
2014-09-22Update to work with latest rust-csv.Andrew Gallant
2014-09-11Ignore scratch work.Andrew Gallant
2014-09-11Housekeeping.Andrew Gallant
2014-09-09Do some dancing to ignore pipe closing errors.Andrew Gallant
2014-09-09Add --help to cat command.Andrew Gallant
2014-09-09More commands and polishing.Andrew Gallant
2014-09-08dep updateAndrew Gallant
2014-09-08More commands. Slight reorg.Andrew Gallant
2014-09-07Add 'table' formatting command.Andrew Gallant
2014-09-07simplify mainAndrew Gallant
2014-09-06Progress.Andrew Gallant
2014-09-04Experimenting with macros.Andrew Gallant