create new issue 0f8b0c982bcfe7d5406bea58301014bc

This commit is contained in:
Sebastian Kuzminsky 2025-07-15 10:26:43 -06:00
parent 7965a0834a
commit ca2919d30a

View file

@ -0,0 +1,17 @@
we need some way to search the text of issues and comments
Is this a normal filter? Maybe `ent list text=REGEX`?
Or maybe we want more detailed output than just a list? Showing the
actual Issue or Comment that matches. Maybe `ent search REGEX` producing
something like:
```
$ ent search REGEX
issue: issue1
blah blah
issue: issue2
blah
comment 1
comment 2
```