summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch <leonardoabramovich2@gmail.com>2021-06-09 04:32:07 -0300
committerleo-arch <leonardoabramovich2@gmail.com>2021-06-09 04:32:07 -0300
commita35e4b500f4a4e4d5590095d879ab6ecb2927afe (patch)
tree3103be38a59b23609e4afc852c96c174b3d9f6e3
parent5fd93e8da989c277d4af5b3445913ddf03b07cd9 (diff)
Update manpage
-rw-r--r--misc/manpage2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/manpage b/misc/manpage
index 525bd77a..4a93f262 100644
--- a/misc/manpage
+++ b/misc/manpage
@@ -355,7 +355,7 @@ Options precedence order: 1) command line; 2) configuration file; 3) default val
.TP
.B \fRFILE/DIR
-if the \fIautocd\fR and \fIauto-open\fR functions are enabled, which is the default value, open FILE or change directory to DIR. In other words, 'FILE' amounts to 'open FILE' or 'o FILE', and 'DIR' to 'cd DIR'. ELN's, of course, are allowed. Example: '12'. Unlike the \fIopen\fR function (see below), passing an opening application is not allowed.
+if the \fIautocd\fR and \fIauto-open\fR functions are enabled, which is the default value, open FILE or change directory to DIR. In other words, 'FILE' amounts to 'open FILE' or 'o FILE', and 'DIR' to 'cd DIR'. ELN's, of course, are allowed. Example: '12'.
.TP
.B /\fRPATTERN [\-filetype] [-x] [DIR]
this is the quick search function. Just type '/' followed by a glob or regular (or extended regular) expression, and CliFM will list all matches in the current working directory. For example, both '/*.pdf' and '/.pdf$' expressions will list all PDF files in the current working directory, the former using wildcards, and the second a regular expression.