Added available commands to README.

This commit is contained in:
Elijah 2022-08-08 01:31:39 +00:00
parent b0c293616e
commit 636fef0bda
1 changed files with 8 additions and 1 deletions

View File

@ -33,7 +33,14 @@ Now you can send commands to created named pipe like this:
echo l$HOME/Music/playlist > ~/.cache/.pipeplayer
```
You can find all commands in man page, after installation you can run: `man pipeplayer`
### Available commands
* `l/path/to/playlist` — load playlist from /path/to/playlist
* `b` — play previous song
* `f` — play next song
* `e` — exit pipeplayer
Also, you can find all commands in man page. Run `man pipeplayer` after installation.
# Installation