diff options
author | Rory Bradford <roryrjb@gmail.com> | 2020-10-10 10:22:39 +0100 |
---|---|---|
committer | Rory Bradford <roryrjb@gmail.com> | 2020-10-10 10:22:39 +0100 |
commit | a40bd8adb20715582813fb8399dd37e4efee9b37 (patch) | |
tree | b24cb66671e5540f1ab28fc5497c3eb0bf0cada7 /rf.1.scd | |
parent | 1c5aba7f1b2a53cdcaf896df118f3c7b42c0251c (diff) | |
download | rf-a40bd8adb20715582813fb8399dd37e4efee9b37.tar.gz |
Improve Vim integration
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'rf.1.scd')
-rw-r--r-- | rf.1.scd | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/rf.1.scd b/rf.1.scd new file mode 100644 index 0000000..0fb3c3c --- /dev/null +++ b/rf.1.scd @@ -0,0 +1,42 @@ +rf(1) + +# NAME + +rf - a tiny and simple file finder + +# SYNOPSIS + +*rf* [*-d* _directory_] [*-c* _config_] [*-lsvw*] [*pattern* _..._] + +# DESCRIPTION + +*rf* will find files or directories based on one or more glob (or optionally +substring) patterns, while respecting any ignore rules in *rfignore* files. + +# OPTIONS + +*-d* directory + Search from specified directory, otherwise defaults to current working directory. + +*-c* config + Override config file location. + +*-l* count + Limit to specified matches count. + +*-s* + Match using substrings instead of globs. + +*-v* + Invert matches. + +*-w* + Match wholename, including path. + +# SEE ALSO + +*rfignore*(5), *rfconfig*(5) + +# COPYRIGHT + +Copyright © 2019 - 2021 Rory Bradford <roryrjb@gmail.com>. |