scanit-0.1.71 has been yanked.
#scanit A command line utility that recursively searches directories for files matching regex patterns.
Examples: scanit .rs$ -d /usr # Find Rust files in /usr scanit '.png$' # Find PNG files from current directory scanit '^test.*.js$' # Find JavaScript files starting with 'test'
Supports Unix and Windows paths automatically.
Usage: scanit [OPTIONS]
Arguments: Regex pattern to match files (e.g. \.rs$)
Options: -d, --directory Starting directory for search (default: /)
[default: /] if linux/mac
[default:C:/] if macos
-h, --help Print help (see a summary with '-h')
-V, --version Print version -cd -C Starts in current directory
~ ❯