summaryrefslogtreecommitdiffstats
path: root/src/choice.rs
AgeCommit message (Expand)Author
2021-07-23Improve error handling38-unwrap-on-empty-choiceRyan Geary
2021-07-12Apply clippy suggestionsRyan Geary
2021-07-12Apply clippy suggestionsRyan Geary
2021-07-12Propogate BrokenPipe error up to main and exit gracefullyRyan Geary
2020-08-13Fix blank line getting printed with field_separatorRyan Geary
2020-06-24Use LineWriter when input is stdin (#10)Ryan Geary
2020-06-17Add backslash escape parsing (#26)Ryan Geary
2020-06-15Add one_indexed flag (#23)Ryan Geary
2020-06-08Add regression tests for #16Ryan Geary
2020-06-08Add alternate Rust-y range syntax (#11)Ryan Geary
2020-06-02Add character-wise `choose`ingRyan Geary
2020-04-06[FEATURE] specify output field delimiter (#8)Ryan Geary
2020-04-04Non-greedy String Splitting (#7)Ryan Geary
2020-04-01Add negative choice and parsing testsRyan Geary
2020-03-15Separate Opt into separate modRyan Geary
2020-03-15Remove lingering flame_it cfgRyan Geary
2020-03-14Add error messages for stdout writesRyan Geary
2020-03-10Improve performance and add profiling toolingRyan Geary
2019-10-24RustFmtRyan Geary
2019-10-13[BREAKING] Default to inclusive ranges, -x for exclusiveRyan Geary
2019-10-13Add reverse rangesRyan Geary
2019-10-13Add print_out_of_order testRyan Geary
2019-10-10Reorganize massivelyv0.1.2Ryan Geary
2019-10-09Remove repeated Regex compilationRyan Geary
2019-09-29Use BufWriter and write(ln)! instead of print(ln)!Ryan Geary
2019-09-17Add a bunch of get_choice_slice testsRyan Geary
2019-09-17Separate slice finding from printingRyan Geary
2019-09-17Move parse_choice tests into their own test moduleRyan Geary
2019-09-17Add future testsRyan Geary
2019-09-17Add successful parsing testsRyan Geary
2019-09-17Add first testRyan Geary
2019-09-17Move most of the processing out of mainRyan Geary