/looper

A simple Rust CLI program to play music files on loop.

Primary LanguageRustMIT LicenseMIT

Looper

A CLI tool that plays songs on loop so you can get in the zone

Building a Binary for macOS (assuming x86_64)

cargo build --target=x86_64-apple-darwin --release

Commands

looper play --url "/your/long/path/here/play_that_funky_music.mp3"
cargo run -- play --url tests/fixtures/sound.mp3 # try it out quickly without building for your OS