Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/program247365/looper

A simple Rust CLI program to play music files on loop.
https://github.com/program247365/looper

Last synced: about 6 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# Looper

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

## Building a Binary for macOS (assuming x86_64)

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

## Commands

```shell
looper play --url "/your/long/path/here/play_that_funky_music.mp3"
```

```shell
cargo run -- play --url tests/fixtures/sound.mp3 # try it out quickly without building for your OS
```