Replies: 1 comment 5 replies
-
You can press narrowing, press |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to filter candidates presented by
consult-org
functions with little success so far.Files considered can be easily defined using the SCOPE argument, but the MATCH seems pretty limited for what I could test so far. I wish I could use a
lambda
predicate or something like that.For example, if I want to only be presented with TODO entries, I can use
"TODO=\"TODO\""
, but I cannot use regex to match any TODO keyword like"TODO=\".*\""
, or even"TODO=\"TODO|NEXT\""
.Is there a way to filter the list of candidate with more control than what I managed to do so far ?
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions