Add README
This commit is contained in:
parent
c75a3afb50
commit
2415b160aa
14
README.md
14
README.md
|
@ -0,0 +1,14 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Reference in New Issue