Files
tchivert fbc9902eca
build / build (push) Successful in 1m1s
add config file to save volume
2024-08-16 15:02:46 +02:00

29 lines
792 B
Markdown

# PLY - Simple terminal audio player
## Installation
```bash
wget https://git.rznet.fr/tchivert/ply/releases/download/latest/ply-linux-amd64 -O ~/.local/bin/ply
chmod +x ~/.local/bin/ply
```
## Usage
```bash
Usage of ply:
-c config file (default "$HOME/.config/ply/session.conf")
-f file or dir to play (current dir if not specified)
-r recurse into directories (default false)
-s sample rate (default 44100)
-v base volume (default -5)
```
## Acknowledgements
- [gopxl/beep](https://github.com/gopxl/beep/) - Audio library
- [gdamore/tcell](https://github.com/gdamore/tcell/) - Terminal library
## License
This project is licensed under the MIT License. See the [LICENSE](https://git.rznet.fr/tchivert/ply/src/branch/main/LICENSE) file for more information.