Skip to content

program247365/looper

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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