aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-11-25add Twisted Castle encounterDaniel Schadt
2021-11-19update manpage and help textDaniel
2021-11-17Better output for World vs. World logsDaniel Schadt
2021-11-12Add ai to the helptextDaniel
2021-11-12Remove duplicate error handling in search_fileDaniel
2021-11-12Better error handling, less .unwraps()Daniel
2021-11-12Minor code smell fixesDaniel
2021-11-12Update dependenciesDaniel
2020-10-04update to newest evtclibDaniel
2020-08-28add --count/-n flagDaniel
2020-07-24use Analyzer/span from evtclibDaniel
2020-06-12report invalid filters that are valid regexesDaniel
2020-06-12compute fight duration from event timesDaniel
2020-06-12initial work on comparison based filtersDaniel
2020-06-08make --repl conflict with --checkDaniel
2020-06-08add --check to check a single fileDaniel
2020-06-07fix formattingDaniel
2020-06-07make exit status dependent on search resultsDaniel
2020-05-14add documentation about --sortDaniel
2020-05-14add a small test for sorting with SortingDaniel
2020-05-13fix Aggregator::finish for trait objectsDaniel
2020-05-13first attempt at sorting outputDaniel
2020-05-13clean up SearchField related codeDaniel
2020-05-12sort players based on their namesDaniel
2020-05-12use Display implementations from evtclibDaniel
2020-05-12add a -cm filterDaniel
2020-05-12display if a fight had CM activatedDaniel
2020-05-04add -class player filterDaniel
2020-05-04replace Player::profession with PlayerClass enumDaniel
2020-05-04Add a -log-before & -log-after predicateDaniel
2020-05-04add a bit more docstring to INTERRUPTEDDaniel
2020-05-04rewrite maybe_save_historyDaniel
2020-05-03save REPL history to a fileDaniel
2020-05-03evtclib: include as a dependency, not submoduleDaniel
2020-05-01only cancel current search on Ctrl-CDaniel Schadt
2020-05-01improve requoting heuristicDaniel
2020-05-01change LogFilter to take EarlyLogResultDaniel
2020-05-01use log end timestamp instead of startDaniel
2020-05-01fix timestamp handlingDaniel
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