aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b99a05..0f64d45 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,11 @@ else
LDLIBS += -lreadline
endif
+ifeq ($(O_PCRE),1)
+ CPPFLAGS += -DPCRE
+ LDLIBS += -lpcre
+endif
+
ifeq ($(O_NOLOC),1)
CPPFLAGS += -DNOLOCALE
endif
diff --git a/README.md b/README.md
index 3b9dbd8..f86441b 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- CD on quit (*easy* shell integration)
- Search
- Instant filtering with *search-as-you-type*
- - Regex and substring (default) matches
+ - Regex (POSIX/PCRE) and string (default) filters
- Subtree search plugin to open or edit files
- Sort
- Ordered pure numeric names by default (visit _/proc_)