Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beeequeue/cue-cli

🔧 A CLI for using `.cue` files
https://github.com/beeequeue/cue-cli

cli cue cuesheet deno linux mac windows

Last synced: about 3 hours ago
JSON representation

🔧 A CLI for using `.cue` files

Awesome Lists containing this project

README

        

# .cue CLI tool

A CLI for using `.cue` files.

## Installation

### Deno

```shell
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
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 - Override the file to split.

-o, --output - Output directory. (Default: $CWD/out)
```