summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-09-20 22:00:10 -0700
committerxyz <gky44px1999@gmail.com>2022-09-20 22:00:10 -0700
commit744edcd14ebcd4f58d65c359b2c8ad5697fab39f (patch)
treeeadea6bde3bcb20eac5f8a54a89a34075b06e6f8
parented2cfd30dd5ee6fa96a921ba2dea82daa456eaef (diff)
mpva fzf old path scheme
-rwxr-xr-xhome/xyz/.local/bin/mpva4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mpva b/home/xyz/.local/bin/mpva
index a54dfa99..d80c9f3b 100755
--- a/home/xyz/.local/bin/mpva
+++ b/home/xyz/.local/bin/mpva
@@ -3,9 +3,11 @@
# fzf has --read0, maybe useful
# use --loop-file for single file, better performance maybe
+# fzf --scheme=path for better fzf result when searching path, like the old time:
+# https://github.com/junegunn/fzf/commit/6fb41a202a97ad3f2437f6e5aee8890268560412
if [ $# -eq 0 ]; then
- find "$XDG_MUSIC_DIR" | fzf -m --print0
+ find "$XDG_MUSIC_DIR" | fzf -m --print0 --scheme=path
fi | xargs -0 sh -c '
if [ $# -eq 1 ] && ! [ -d "$1" ]; then
mpv --af= --loop-file=inf --video=no "$1"