#lean #replace #find #directory #command #ripgrep

app rf

A fast and lean replacement for the find command

1 unstable release

Uses old Rust 2015

0.1.0 Dec 13, 2018

#7 in #lean

MIT license

3KB

ripfind

A fast and lean replacement for the find command, modeled after the ripgrep package (https://github.com/BurntSushi/ripgrep).

Usage:

rf <regex> [dir]

Prints all files matching <regex> in the directory <dir>. <dir> is optional, if the argument is not provided ripfind will search in the current directory.

Dependencies

~2.2–9.5MB
~90K SLoC