Replies: 1 comment
|
See 628a4e3. Now you can type |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to reproduce:
(setopt consult-find-args "find . -iname")consult-findin a folder and start typing.Error:
Find (-)! #foo [/usr/bin/find: paths must precede expression: '.*foo.*'It seems
consult-findhardcodes-ipathin the arguments, and there is no option to replace it with-inamein order to avoid matching against the path. The possibility is present forconsult-fdsince you just need to remove--full-pathfromconsult-fd-args.Is it feasible to add this option or is matching against the path always the norm for this?
All reactions