From 68c89ebb36b11c8aa8829405c9c5866df6038f57 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 25 Mar 2016 15:56:42 +0100 Subject: [PATCH] Add README for libimagentryfilter --- libimagentryfilter/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libimagentryfilter/README.md diff --git a/libimagentryfilter/README.md b/libimagentryfilter/README.md new file mode 100644 index 00000000..a939f897 --- /dev/null +++ b/libimagentryfilter/README.md @@ -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. +