unrarbg
v2.0.1
Published
a tool to move media files from rarbg
Downloads
6
Readme
unrarbg
a tool to move media files from rarbg
Installation
As cli tool
$ npm install -g unrarbg
Programmatically
$ npm install unrarbg
Usage
CLI
$ unrarbg 0.0.0 - a tool to move media files from rarbg
USAGE
unrarbg <src> <dest>
ARGUMENTS
<src> The path to the source folder required
<dest> The path to the destination folder required
GLOBAL OPTIONS
-h, --help Display help
-V, --version Display version
--no-color Disable colors
--quiet Quiet mode - only displays warn and error messages
-v, --verbose Verbose mode - will also output debug messages
Programmatically
import unrarbg from 'unrarbg';
unrarbg('~/downloads', '~/series'); // returns a promise to a report on performed actions