Skip to content

🔧 A CLI for using `.cue` files

License

Notifications You must be signed in to change notification settings

BeeeQueue/cue-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.cue CLI tool

A CLI for using .cue files.

Installation

Deno

deno install -n cue --allow-read --allow-write --allow-run=ffmpeg https://raw.githubusercontent.com/BeeeQueue/cue-cli/v1.0.0/mod.ts

Usage

Requires ffmpeg to be available on the PATH.

Split file by .cue specification

$ cue file.cue

Options

Usage:   cue <file:filepath>
Version: v0.0.0

Description:

  CLI for splitting audio files according to .cue files.

Options:

  -h, --help               - Show this help.

  -V, --version            - Show the version number for this program.

  -s, --source   <file>    - Override the file to split.

  -o, --output   <folder>  - Output directory.                          (Default: $CWD/out)