ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 4230e9dc0af33a6eeea17da2a490fb495fbc0142
parent 0df0b31927f2b0f385612d966309bc39d55af8bf
Author: Jacob R. Edwards <n/a>
Date:   Mon, 26 Dec 2022 17:06:12 -0800

Add another example to the README

This example takes advantage of the new behavior of the remove
command introduced in the last commit to reorder the queue.

Diffstat:
MREADME | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -35,3 +35,7 @@ Change the player to ogg123(1): Sort the queue: $ apc list | sort | apc truncate ^ + +Reorder the queue (so that items matching "/pattern/" are next): + + $ apc remove /pattern/ | apc add ^