# ripfind A fast and lean replacement for the find command, modeled after the ripgrep package (https://github.com/BurntSushi/ripgrep). ## Usage: ``` rf [dir] ``` Prints all files matching `` in the directory ``. `` is optional, if the argument is not provided ripfind will search in the current directory.