New Filter Option: Full Path by Words #161
cseickel
announced in
Announcements
Replies: 0 comments
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.
-
I just added a new option that others may like: the ability to search on the full path when using the filter commands. What I really wanted was to use
fzf
, but there's something wonky about how it's scripting option works.The "by words" parts means that if you add a space, that's an implicit
.*
(because it is a regex search with this option enabled). This means you can search for"file ini"
and get:as one of the results.
If you'd like to use it, turn it on with this option:
NOTE: this only works with
fd
,fdfind
, orfind
, there's no Windows support on this feature.Beta Was this translation helpful? Give feedback.
All reactions