-
|
for example (let ((my-builder (consult--find-make-builder '("."))))
(funcall my-builder "\\.txt$"))
(("gfind" "." "-not" "(" "-path" "*/.[A-Za-z]*" "-prune" ")" "-iregex" ".*\\.txt$.*") ... |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Jan 10, 2026
Replies: 1 comment 1 reply
-
|
Use consult-fd if you want to use regular expressions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
minad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use consult-fd if you want to use regular expressions.