summaryrefslogtreecommitdiffstats
path: root/libimagentryfilter
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-03-25 15:56:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-25 15:56:42 +0100
commit68c89ebb36b11c8aa8829405c9c5866df6038f57 (patch)
treeb7377f8733c61ba264e206a63224c786eb70d545 /libimagentryfilter
parent20b578cd62e41dd6a9c6417eadf0750b3552c237 (diff)
Add README for libimagentryfilter
Diffstat (limited to 'libimagentryfilter')
-rw-r--r--libimagentryfilter/README.md9
1 files changed, 9 insertions, 0 deletions
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.
+