summaryrefslogtreecommitdiff
path: root/src/batchmode.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-17add simple testsstuebinm1-2/+2
2024-04-16add an actual AST for the query languagestuebinm1-3/+3
this incidentally also moves a lot of the parsing logic out of piplines.rs and instead keeps it in queries.rs, where it should probably be anyways, so the pipeline module can focus on just … well, applying the filter pipeline
2024-04-12some restructuring, arg handling, re-enable batchmodestuebinm1-11/+27
2024-04-03very basic query languagestuebinm1-0/+61