Age | Commit message (Expand) | Author |
2020-05-04 | add -class player filter | Daniel |
2020-05-04 | exclude : from words again | Daniel |
2020-05-04 | replace Player::profession with PlayerClass enum | Daniel |
2020-05-04 | include missing semicolon | Daniel |
2020-05-04 | Add a -log-before & -log-after predicate | Daniel |
2020-05-04 | add a bit more docstring to INTERRUPTED | Daniel |
2020-05-04 | rewrite maybe_save_history | Daniel |
2020-05-03 | save REPL history to a file | Daniel |
2020-05-03 | evtclib: include as a dependency, not submodule | Daniel |
2020-05-01 | only cancel current search on Ctrl-C | Daniel Schadt |
2020-05-01 | improve requoting heuristic | Daniel |
2020-05-01 | output filename as (lossy) string, not using Debug | Daniel |
2020-05-01 | enable date parsing from filenames | Daniel |
2020-05-01 | change LogFilter to take EarlyLogResult | Daniel |
2020-05-01 | use log end timestamp instead of start | Daniel |
2020-05-01 | fix timestamp handling | Daniel |
2020-04-29 | fix BossFilter::filter_early | Daniel |
2020-04-29 | add more help text about the boss names | Daniel |
2020-04-29 | allow quoted strings as boss names | Daniel |
2020-04-29 | update evtclib to 0.2.0 | Daniel |
2020-04-25 | add -include and -exclude | Daniel |
2020-04-25 | use free functions instead of Filter::new | Daniel |
2020-04-25 | only try regex if word doesn't start with - | Daniel |
2020-04-25 | cosmetic fixes | Daniel |
2020-04-25 | better CLI args/parser integration | Daniel |
2020-04-21 | remove unused imports | Daniel |
2020-04-21 | add predicate documentation to the help text | Daniel |
2020-04-21 | use readline/rustyline instead of stdin.read_line | Daniel |
2020-04-21 | add a small repl | Daniel |
2020-04-21 | grammar: fix precendence rules | Daniel |
2020-04-21 | add "or" and "and" to the list of tokens | Daniel |
2020-04-21 | better error outputs | Daniel |
2020-04-20 | hook up new expression parser to command line args | Daniel |
2020-04-20 | Add -player as a shortcut to search player names | Daniel |
2020-04-18 | first version of the new filter pipeline | Daniel |
2020-04-18 | make filters Debug | Daniel |
2020-04-17 | split off player filters and log filters | Daniel |
2020-04-15 | formatting fixes | Daniel |
2020-04-15 | new filter pipeline | Daniel |
2020-04-10 | pipeline: accept boxed trait objects | Daniel |
2020-04-09 | replace match on bool with if/else | Daniel |
2020-04-09 | use log crate instead of own debug! macro | Daniel |
2020-04-09 | replace unwrap/match with if-let | Daniel |
2020-04-06 | implement guild display & filtering options | Daniel |
2020-04-06 | properly add newline after filenames | Daniel |
2020-04-04 | add new bosses (wing 7 & strikes) | Daniel |
2020-04-04 | update dependencies | Daniel |
2020-04-04 | make pipeline working | Daniel |
2019-06-03 | [WIP] rewrite output logic as a pipeline | Daniel |
2019-05-31 | add option to filter based on boss | Daniel |