-
Is there a way to invert the filter? I'd like to show all file in the folder except those containing the word I tried using regex filter (pressing / 2x) |
Beta Was this translation helpful? Give feedback.
Answered by
jarun
Jun 16, 2024
Replies: 1 comment 3 replies
-
I see it working with PCRE: https://github.com/jarun/nnn/wiki/Developer-guides#compile-with-pcre Perhaps the default POSIX regex has limitations. I see basic matches working. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
N-R-K
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see it working with PCRE: https://github.com/jarun/nnn/wiki/Developer-guides#compile-with-pcre
Perhaps the default POSIX regex has limitations. I see basic matches working.