From e7a535dd8ad1b18289e2ab8168c7a5a73a647af1 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 29 Sep 2021 21:27:24 -0700 Subject: refactor --- .local/bin/mpva | 1 - 1 file changed, 1 deletion(-) (limited to '.local/bin/mpva') diff --git a/.local/bin/mpva b/.local/bin/mpva index 0c775a50..7224cf46 100755 --- a/.local/bin/mpva +++ b/.local/bin/mpva @@ -2,7 +2,6 @@ if [ $# -eq 0 ]; then # fzf has --read0, maybe useful - # may further improve it by consider fzf select only one file, seems hard without bashism array find "$XDG_MUSIC_DIR" | fzf -m --print0 | xargs -0 mpv --af= --shuffle --loop-playlist=inf --video=no elif [ $# -eq 1 ]; then # use --loop-file for single file, better performance maybe -- cgit v1.2.3-70-g09d2