diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-24 23:28:30 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-24 23:29:05 +0530 |
commit | 1684d7b24efa49f890d59f260a86be3aaddad256 (patch) | |
tree | c556df7926a1a3b0ad8057843711c711ed76094a /README.md | |
parent | e5ad7d81fffc4a96e9112cf9bdec18b66ff735ce (diff) | |
download | nnn-1684d7b24efa49f890d59f260a86be3aaddad256.tar.gz |
Makefile option to compile with PCRE lib
Command: make O_PCRE=1 strip
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_) |