Add README for libimagentryfilter

This commit is contained in:
Matthias Beyer 2016-03-25 15:56:42 +01:00
parent 20b578cd62
commit 68c89ebb36

View file

@ -0,0 +1,9 @@
# libimagentryfilter
Helper library to filter lists of entries by certain predicated. Offers filters
for filtering by header values and other predicates, plus this library offers
logical operants to combine filters.
A commandline-to-filter DSL is planned for this, so commandline applications can
use this to implement a uniform filter interface.