fnd
is a tiny CLI to find file paths based on substring matching or regular
expressions. It honors gitignore files for file traversal.
Honestly? I forget the syntax for find
, and I don't want to drill in the
muscle memory now to learn it.
Separately, find
is a bit slow for my liking, so being able to use multiple
threads is nice.
fnd sql
fnd sql -a
fnd "\.xlsx?$" -r
brew tap joshuaclayton/formulae
brew install fnd
cargo install --path .
Copyright 2021 Josh Clayton. See the LICENSE.