ghi icon indicating copy to clipboard operation
ghi copied to clipboard

Support wildcard(s) in --label / -L string.

Open phrohdoh opened this issue 10 years ago • 2 comments

This would make generalized filtering much more intuitive.

For example: ghi list --label "OS:*"

Or an explicit: ghi list --label "OS:*" --regex|expand|<better name>

phrohdoh avatar Apr 09 '15 02:04 phrohdoh

This is a great idea. I like the simplicity of the first example, the concept of a wildcard is well understood so it seems fine.

If you (or anyone else) feels like submitting a PR, even better!

AlexChesters avatar Oct 16 '15 19:10 AlexChesters

Well, I think labels should be composable with and/or commands. Something like, git list --label --or OS:{windows,linux,osx}. (expansion of {} is a shell feature, no support needed)

krux02 avatar Jul 29 '19 11:07 krux02