summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2014-11-23Add a random sampling command.Andrew Gallant
2014-11-21Miscellaneous updates.0.4.1Andrew Gallant
2014-11-20Update to latest Rust.Andrew Gallant
2014-11-18Enum namespace fallout.Andrew Gallant
2014-11-06The beginnings of integration tests.Andrew Gallant
2014-11-04Migrate to new `Error` and `FromError` traits.Andrew Gallant
2014-11-02Collection reform and fixing other small bugs.Andrew Gallant
2014-11-02Update to latest Docopt.Andrew Gallant
2014-11-01Remove use of docopt! macro. :-(Andrew Gallant
2014-10-31Add 'sort' command.Andrew Gallant
2014-10-31List `stats` command.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-04xcsv -> xsv once and for all.Andrew Gallant
2014-10-04Parallel splitting.Andrew 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-09-30Begin work on "join" command.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-22Update to work with latest rust-csv.Andrew Gallant
2014-09-09Do some dancing to ignore pipe closing errors.Andrew Gallant
2014-09-09More commands and polishing.Andrew 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
2014-09-03Refactoring common types from command line parsing.Andrew Gallant
2014-09-02Carving out the first and most simplest command: CSV formatting.Andrew Gallant
2014-09-01Initial commit.Andrew Gallant