@erostools/cli
Version:
The porn organizer tool that works.
86 lines (64 loc) • 2.04 kB
Markdown
@erostools/cli
==============
The porn organizer tool that works.
[](https://npmjs.org/package/eros-cli)
[](https://npmjs.org/package/eros-cli)
[](https://github.com/erostools/cli/blob/master/package.json)
<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @erostools/cli
$ eros COMMAND
running command...
$ eros (-v|--version|version)
@erostools/cli/1.0.0 linux-x64 node-v12.16.3
$ eros --help [COMMAND]
USAGE
$ eros COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`eros help [COMMAND]`](#eros-help-command)
* [`eros match [DIR]`](#eros-match-dir)
* [`eros scrape`](#eros-scrape)
## `eros help [COMMAND]`
display help for eros
```
USAGE
$ eros help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.0.1/src/commands/help.ts)_
## `eros match [DIR]`
Recursively scan directory for porn videos and match them to releases.
```
USAGE
$ eros match [DIR]
ARGUMENTS
DIR root directory path to scan recursively
OPTIONS
-o, --outDir=outDir [default: _output] Directory to move or copy matched files. Can be a relative path to input
directory or an absolute path.
-t, --threads=threads [default: 1] number of matcher threads to run concurrently
```
_See code: [src/commands/match.js](https://github.com/erostools/cli/blob/v1.0.0/src/commands/match.js)_
## `eros scrape`
Scrape sites for new updates.
```
USAGE
$ eros scrape
OPTIONS
-n, --name=name name of the site to scrape
-t, --threads=threads [default: 1] number of scraper threads to run concurrently
```
_See code: [src/commands/scrape.js](https://github.com/erostools/cli/blob/v1.0.0/src/commands/scrape.js)_
<!-- commandsstop -->