summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-06-24Apply clippy suggestions34-error-message-after-exiting-lessRyan Geary
2021-06-24Propogate BrokenPipe error up to main and exit gracefullyRyan Geary
2020-08-16Add GitHub action to create GitHub releaseRyan Geary
2020-08-13Bump to version 1.3.1v1.3.1Ryan Geary
2020-08-13Fix blank line getting printed with field_separatorRyan Geary
2020-08-13Move `make release` rule to be defaultRyan Geary
2020-06-26Bump to version 1.3.0v1.3.0Ryan Geary
2020-06-26add brew package to readme.mdCollin Reilly Clark
2020-06-24Use LineWriter when input is stdin (#10)Ryan Geary
2020-06-17Move backslash escaping to separate crateRyan Geary
2020-06-17Add backslash escape parsing (#26)Ryan Geary
2020-06-16Add crates.io GitHub actionRyan Geary
2020-06-15Add one_indexed flag (#23)Ryan Geary
2020-06-08Bump version to 1.2.0v1.2.0Ryan Geary
2020-06-08Add regression tests for #16Ryan Geary
2020-06-08Create rust.ymlRyan Geary
2020-06-08Add alternate Rust-y range syntax (#11)Ryan Geary
2020-06-08Fix readme exclusivity mistakeRyan Geary
2020-06-08Add CONTRIBUTING.mdRyan Geary
2020-06-07Prepare for crates.io releaseRyan Geary
2020-06-07Add license line to Cargov1.1.2Ryan Geary
2020-06-02Add updated documentationv1.1.1Ryan Geary
2020-06-02Advance to v1.1.0v1.1.0Ryan Geary
2020-06-02Add character-wise `choose`ingRyan Geary
2020-04-13Add Arch Linux installation to readmeRyan Geary
2020-04-06[FEATURE] specify output field delimiter (#8)Ryan Geary
2020-04-04Non-greedy String Splitting (#7)Ryan Geary
2020-04-04Update readme.mdArtem Polishchuk
2020-04-04Add packaging statusArtem Polishchuk
2020-04-04Move Cargo.toml to v1.0.0v1.0.0Ryan Geary
2020-04-02Create LICENSERyan Geary
2020-04-02Fix documentation inconsistencyRyan Geary
2020-04-02Update documentation for v0.1.4v0.1.4Ryan Geary
2020-04-01Add negative choice and parsing testsRyan Geary
2020-03-17Cargo fmtRyan Geary
2020-03-17Handle failure to open input fileRyan Geary
2020-03-17Reassign exit codes and clean up e2e_testRyan Geary
2020-03-16Use debuginfo only for flamegraph buildsRyan Geary
2020-03-15Separate Opt into separate modRyan Geary
2020-03-15Use lazy_static for parse_choice regexRyan Geary
2020-03-15Return ParseIntErrors from parse_choiceRyan Geary
2020-03-15Remove lingering flame_it cfgRyan Geary
2020-03-15Add custom BufReader to cut down on allocation timeRyan Geary
2020-03-15Add test and bench rules to MakefileRyan Geary
2020-03-14Add error messages for stdout writesRyan Geary
2020-03-14Make regex compilation errors more specificRyan Geary
2020-03-10Set version=0.1.3v0.1.3Ryan 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