episodic

An opinionated CLI tool to automatically rename TV show releases

Usage no npm install needed!

<script type="module">
  import episodic from 'https://cdn.skypack.dev/episodic';
</script>

README

episodic

npm package version Build status Code coverage Dependencies status devDependencies status JavaScript Standard Style

📺 An opinionated CLI tool to automatically rename TV show releases.

Demo

Requires a valid OMDb API key.

Installation

$ npm install -g episodic

Usage

$ episodic
Usage: episodic [options] <path>

Options:
  -v, --version        output the version number
  -k, --api-key <key>  specify the OMDb API key (default: OMDB_API_KEY)
  -o, --output <path>  specify the output path of renamed files
  -n, --no-tree        don't organize files into show name/season directories
  -f, --force          don't ask for confirmation before renaming files
  -h, --help           output usage information

License

MIT