Skip to content

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

License

Notifications You must be signed in to change notification settings

program247365/looper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages