2018-12-17 20:22:44 +05:30

15 lines
206 B
Markdown

# Playerctl Python
Control mpris based music players via command line.
## Usage
```
playerctl.py next
playerctl.py previous
playerctl.py pause
playerctl.py play
playerctl.py toggle
playerctl.py stop
```