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: 3 months ago
JSON representation
🔧 A CLI for using `.cue` files
- Host: GitHub
- URL: https://github.com/beeequeue/cue-cli
- Owner: beeequeue
- License: mit
- Created: 2021-01-21T21:37:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T00:17:43.000Z (over 2 years ago)
- Last Synced: 2025-02-04T17:23:53.959Z (5 months ago)
- Topics: cli, cue, cuesheet, deno, linux, mac, windows
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.0Description:
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)
```