Filter files: How to filter multiple keywords?(Or accept an array of characters --generated by a shell command?) #3913
-
What system are you running Yazi on?Linux X11 What terminal are you running Yazi in?st
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Use regex in filter input. |
Beta Was this translation helpful? Give feedback.
Use regex in filter input.
(abc|xyz)=> abc or xyz in name..*(abc.*xyz|xyz.*abc).*=> contains both string.Make sure to escape special regex characters with
\. Ask AI about those special characters. They can also easily write a regex for your