node-files-finder
v1.1.1
Published
CLI utility for searching files
Maintainers
Readme
Command line interface for searching files.
Install
npm install -g node-files-finderParams
To search for specific files, you can use the following parameters:
| Param | Description | Required | | ------------- | ------------------- | --- | | --DIR | Where should search | Required | | --TYPE | File or Directory | Optional | | --PATTERN | Regular expression | Optional | | --MIN-SIZE | Min size of file (ignore directories) | Optional | | --MIN-SIZE | Max size of file (ignore directories) | Optional |
Usage
Run the command with your params:
node-files-finder --DIR=/Users/username/Downloads --TYPE=F --PATTERN=\.mkv --MIN-SIZE=500M --MAX-SIZE=4G