aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-04-29add more help text about the boss namesDaniel
2020-04-29update evtclib to 0.2.0Daniel
2020-04-25add -include and -excludeDaniel
2020-04-25use free functions instead of Filter::newDaniel
2020-04-25only try regex if word doesn't start with -Daniel
2020-04-25cosmetic fixesDaniel
2020-04-25better CLI args/parser integrationDaniel
2020-04-21remove unused importsDaniel
2020-04-21add predicate documentation to the help textDaniel
2020-04-21use readline/rustyline instead of stdin.read_lineDaniel
2020-04-21add a small replDaniel
2020-04-21better error outputsDaniel
2020-04-20hook up new expression parser to command line argsDaniel
2020-04-17split off player filters and log filtersDaniel
2020-04-15new filter pipelineDaniel
2020-04-09replace match on bool with if/elseDaniel
2020-04-09use log crate instead of own debug! macroDaniel
2020-04-06implement guild display & filtering optionsDaniel
2020-04-04add new bosses (wing 7 & strikes)Daniel
2020-04-04update dependenciesDaniel
2019-06-03[WIP] rewrite output logic as a pipelineDaniel
2019-05-31add option to filter based on bossDaniel
2019-05-24lazily parse log eventsDaniel
2019-05-18add support for weekday filteringDaniel
2019-05-18add support for -l to only output the file nameDaniel
2019-05-18add support for -v to invert matchesDaniel
2019-02-16lint fixesDaniel
2019-02-16introduce CommaSeparatedListDaniel
2019-02-16add support for .zevtc filesDaniel
2018-10-15clippyDaniel
2018-10-15add time based filteringDaniel
2018-10-15formattingDaniel
2018-10-15add "kill" as synonym for successDaniel
2018-10-15properly use encounter ID to get the nameDaniel
2018-10-15use threadpool instead of par_iterDaniel
2018-09-14add flag to enable debug outputDaniel
2018-09-14handle logs which do not have a boss agentDaniel
2018-09-10use unwrap! instead of if letDaniel
2018-09-10move filtering into own submoduleDaniel
2018-09-10add a flag to disable colored outputDaniel
2018-09-07add filtering by outcomeDaniel
2018-09-07more readability for SearchField checkingDaniel
2018-09-07more comments & formattingDaniel
2018-09-07better fight outcome detectionDaniel
2018-09-07add fight outcome to outputDaniel
2018-09-07parallelize log searchingDaniel
2018-09-07move output formatting to submoduleDaniel
2018-09-06initial commitDaniel