@bemoje/bfind
v1.1.0
Published
Very fast directory and file search.
Readme
@bemoje/bfind
Very fast directory and file search.
Warning: Private package. Do not expect it to work. Use at own risk.
Installation
# install
npm install @bemoje/bfind -g
# uninstall
npm uninstall @bemoje/bfind -g
# help
bfind --helpHelp
Usage: bfind [command] [options]
Version: 1.1.0
Description:
Very fast directory and file search.
See subcommands for configuration of root directories, ignore patterns and
more.
File contents are not indexed/searchable.
Commands:
s |search Search the filesystem.
i |index Rebuild the search index.
c |config Edit config as JSON in a text editor.
l |latest Open the latest search result.
f |failed Print paths that errored during the last index
build.
S |stats Print stats from the last index build.
e |exts [n] Print top N file extensions.
a |appdata Print the path to the data directory.
u |util Utility commands.
Options:
-V, --version output the version number
Global Options:
-D, --debug Output debugging information.
-C, --noColor Disable color in terminal output.
-E, --noStderr Mute all output to stderr.
-O, --noStdout Mute all output to stdout.License
Released under the MIT License.
