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/' ``` --- app/Main.hs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index 0154a6c..7c9ce49 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -35,12 +35,6 @@ -- @topic tags -- @backlog --- TODO Tag improvements (globbing) --- --- I would like to filter `--filter '@assigned *@posteo.de'`. --- @topic tags --- @backlog - -- TODO Add support for ammendments -- -- The user can ammend more information to an issue which is located at @@ -412,7 +406,6 @@ data Options = Options noPager :: Bool, width :: Maybe Int } - deriving (Show) data Color = Always @@ -499,7 +492,6 @@ data Command edit :: Bool } | Tags - deriving (Show) cmd :: O.Parser Command cmd = -- cgit v1.2.3