ref: 509cea5414db8eee9ee828a8464e0c2a79b4df0c
parent: 6cfbbf50b462afc13d148297bb23d19dc020947a
author: qwx <qwx@sciops.net>
date: Sun Mar 20 16:47:15 EDT 2022
fn: fix filtering output this deletes huge text dumps from oggdec
--- a/fn
+++ b/fn
@@ -21,7 +21,7 @@
fn Sto{ sto | sed 1q | rc }
# recursively list all files in arguments and play shuffled list forever
fn shp{ *=`"{walk -f $*}; while(! ~ $#* 0) play `'
-' {echo -n $* | shl} >[2]/dev/null }
+'{echo -n $* | shl} |[2] sed -u '/^COVERART/d'}
# shuffle play pre-arranged list of files forever
fn shpp{ status='' while(~ $status '') play `{shl <$1} }