about summary refs log tree commit diff stats
path: root/rf.1
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2020-10-10 10:22:39 +0100
committerRory Bradford <roryrjb@gmail.com>2020-10-10 10:22:39 +0100
commita40bd8adb20715582813fb8399dd37e4efee9b37 (patch)
treeb24cb66671e5540f1ab28fc5497c3eb0bf0cada7 /rf.1
parent1c5aba7f1b2a53cdcaf896df118f3c7b42c0251c (diff)
downloadrf-a40bd8adb20715582813fb8399dd37e4efee9b37.tar.gz
Improve Vim integration
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'rf.1')
-rw-r--r--rf.147
1 files changed, 0 insertions, 47 deletions
diff --git a/rf.1 b/rf.1
deleted file mode 100644
index a600e69..0000000
--- a/rf.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.TH rf 1
-
-.SH NAME
-rf \- a tiny and simple file finder
-
-.SH SYNOPSIS
-.SY rf
-.OP \-d directory
-.OP \-c config
-.OP \-lsvw
-.OP pattern ...
-
-.SH DESCRIPTION
-\fBrf\fR will find files or directories based on one or more glob (or optionally
-substring) patterns, while respecting any ignore rules in \fBrfignore\fR files.
-
-.SH OPTIONS
-.TP
-.BI \-d directory
-Search from specified directory, otherwise defaults to current working directory.
-.
-.TP
-.BI \-c config
-Override config file location.
-.
-.TP
-.BI \-l count
-Limit to specified matches count.
-.
-.TP
-.B \-s
-Match using substrings instead of globs.
-.
-.TP
-.B \-v
-Invert matches.
-.
-.TP
-.B \-w
-Match wholename, including path.
-
-.SH SEE ALSO
-.BR rfignore (5),
-.BR rfconfig (5)
-
-.SH COPYRIGHT
-Copyright \(co 2019, 2020 Rory Bradford <roryrjb@gmail.com>.