summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-11-09 00:58:20 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-11-09 23:58:53 +0900
commite7e86b68f4e6a27cc071cf48530ad6ae2c0c37bb (patch)
treec51bae6e301421d958211919c7c2cf01a478a3b3 /man
parenta89d8995c3a4544851ae3a40b8fb1f1c16f9535e (diff)
Add OR operator
Close #412
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 50de48e8..275e6598 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -401,6 +401,13 @@ If you don't prefer fuzzy matching and do not wish to "quote" (prefixing with
\fB'\fR) every word, start fzf with \fB-e\fR or \fB--exact\fR option. Note that
when \fB--exact\fR is set, \fB'\fR-prefix "unquotes" the term.
+.SS OR operator
+A single bar character term acts as an OR operator. For example, the following
+query matches entries that start with \fBcore\fR and end with either \fBgo\fR,
+\fBrb\fR, or \fBpy\fR.
+
+e.g. \fB^core go$ | rb$ | py$\fR
+
.SH AUTHOR
Junegunn Choi (\fIjunegunn.c@gmail.com\fR)