1.1.1 • Published 6 years ago

node-files-finder v1.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Command line interface for searching files.

Install

npm install -g node-files-finder

Params

To search for specific files, you can use the following parameters:

ParamDescriptionRequired
--DIRWhere should searchRequired
--TYPEFile or DirectoryOptional
--PATTERNRegular expressionOptional
--MIN-SIZEMin size of file (ignore directories)Optional
--MIN-SIZEMax 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