Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 398 Bytes

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