From 4686cd9cdef6c087bd9e92fee5f01d0a559ca357 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 8 Dec 2023 15:17:08 +0100 Subject: feat: add filtering tags by (POSIX) regex Example: ``` anissue list --filter '@title /foo/' ``` --- anissue.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'anissue.cabal') diff --git a/anissue.cabal b/anissue.cabal index 179137c..42e7c97 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -116,6 +116,7 @@ executable anissue parallel-io, prettyprinter, prettyprinter-ansi-terminal, + regex, temporary, terminal-size, text, -- cgit v1.2.3