1.0.5 • Published 8 years ago

magic-cli-search v1.0.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
8 years ago

magic-cli-search CLI

Parameters order is not strict! Any order work!

Installation

$ [sudo] npm install -g magic-cli-search

CLI

Usage:
    magic-cli-search [--OPTION]=[ARGUMENTS]

Options: 
    --DIR (required) base lookup directory
    --TYPE (optional) [D|F] D - directory, F - file
    --PATTERN (optional) regular expression to test file/directory name
    --MIN-SIZE (optional) minimum file size [B|K|M|G], skipped for directories
    --MAX-SIZE (optional) maximum file size [B|K|M|G], skipped for directories 
    
(B - bytes, K - kilobytes, M - megabytes, G - gigabytes) 
  

Example:

node index --DIR=./ --TYPE=F --PATTERN=.js

License and Copyright

This software is released under the terms of the ISC license.

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago