Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/program247365/looper
- Owner: program247365
- License: mit
- Created: 2021-09-08T15:03:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T18:12:47.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:02:07.158Z (9 months ago)
- Language: Rust
- Size: 774 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```