Skip to content

thelinuxpirate/playme.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayMe

PlayMe.rs!

Playme is a small and minimal audio file player for unix machines. By using playme you can play a .mp3 or a .wav file and have that same audio continue looping. When running with the ‘&’ symbol you can make this program run in the background.

Usage:

A program to play a song in the background

Usage: playme [OPTIONS] --title <TITLE>

Options:
  -t, --title <TITLE>    Filepath of track to play
  -d, --doloop <DOLOOP>  Control loop setting [default: 0]
  -h, --help             Print help
  -V, --version          Print version
-----------------------------------------------------------
# Example:
$ playme -t ~/.local/audio/StickerbushSymphony.mp3 -d 1 &
playme: playing...

About

A minimal audio cli player written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages