summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-06-24Use LineWriter when input is stdin (#10)feature/print-lines-when-stdin-is-pipeRyan Geary
2020-06-17Add backslash escape parsing (#26)Ryan 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-03-17Handle failure to open input fileRyan Geary
2020-03-15Separate Opt into separate modRyan Geary
2020-03-15Use lazy_static for parse_choice regexRyan Geary
2020-03-15Add custom BufReader to cut down on allocation timeRyan Geary
2020-03-14Add error messages for stdout writesRyan Geary
2020-03-10Improve performance and add profiling toolingRyan 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-29Stop `collect`ing lines of stdinRyan Geary
2019-09-17Move most of the processing out of mainRyan Geary
2019-09-11Convert panic!s to eprintln!s and add exit statiRyan Geary
2019-09-11Add regex matching with field separatorRyan Geary
2019-09-11Unify enumerating lines in print_choiceRyan Geary
2019-09-10Validate vector indecesRyan Geary
2019-09-10Allow for inclusive ranges and move choice parsing into Choice enumRyan Geary
2019-09-10Update choice help documentRyan Geary
2019-09-10Add Range printingRyan Geary
2019-09-10RustFmtRyan Geary
2019-09-10Iterate through lines and choicesRyan Geary
2019-09-06Add flag for input file, change inclusive short to nRyan Geary
2019-09-06Apply RustFmtRyan Geary
2019-09-06change parse_range -> parse_choiceRyan Geary
2019-09-06Parse single field numbersRyan Geary
2019-09-06Change arg from Range to ChoiceRyan Geary
2019-09-06Rework Choice structRyan Geary
2019-09-06Handle errors in parse_rangeRyan Geary
2019-09-06Add explicit `dyn` before TraitsRyan Geary
2019-09-06Take one rangeRyan Geary
2019-09-06Make field_separator an Option<>Ryan Geary
2019-09-06Add parse_range functionRyan Geary
2019-09-06Define Range and Choice typesRyan Geary
2019-09-02Start parsing command line and reading input fileRyan Geary