rcrawl

A command line program which recursively searches for a named file or directory - built with rust

```_ Recursively searches for a given file or directory and prints its full path to stdout

USAGE: rcrawl [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information -s, --single A flag indicating only the first found item should be output (equivalent to --max_items 1) -V, --version Prints version information

OPTIONS: -d, --maxdepth The maximum depth to recursively search to -i, --maxitems The maximum number of results to return

ARGS: The name of the directory to change to ```