From e276e7f113fab23a32ad6a84b8f9a32171d61765 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Wed, 25 Jun 2008 00:17:23 +1200 Subject: [PATCH] Add an enhancement issue asking for a '--grep=' filter. --- issues/i_99d9dd74.cil | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 issues/i_99d9dd74.cil diff --git a/issues/i_99d9dd74.cil b/issues/i_99d9dd74.cil new file mode 100644 index 0000000..c793311 --- /dev/null +++ b/issues/i_99d9dd74.cil @@ -0,0 +1,31 @@ +Summary: Add a filter '--grep=regex' +Status: New +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Milestone-v0.3.0 +Label: Release-v0.2.1 +Label: Type-Enhancement +Inserted: 2008-06-24T12:16:57 +Updated: 2008-06-24T12:16:57 + +Having a 'grep' filter would be quite powerful. It could be used in the 'list' +and 'summary' commands. It would be good if it accepts Perl regexes and might +work a little something like this: + +Find all issues with 'screenshot' in them: + + $ cil list --grep=screenshot + +Find any issue that mentions one of the following: + + $ cil list --grep=css|html|javascript + +This one would be directed at the 'CreatedBy' and 'AssignedTo' fields: + + $ cil list --grep=andychilton@ + +This one would probably be targeted at the 'Label' field: + + $ cil list --grep=^Release-v0.2 + +So accepting Perl regexes would be excellent. -- 2.39.5