update
This commit is contained in:
parent
a4d9d5469b
commit
52e356850c
1 changed files with 9 additions and 0 deletions
9
bin/musplay
Executable file
9
bin/musplay
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
l=$(ls ~/.config/ytfzf/subscriptions-* | sed 's/^.*subscriptions-//' | dmenu -p 'list: ' -l 20)
|
||||
if [ "$l" != '' ]
|
||||
then
|
||||
t=$(mktemp)
|
||||
cp ~/.config/ytfzf/subscriptions-"$l" "$t"
|
||||
YTFZF_SUBSCRIPTIONS_FILE="$t" ytfzf -cSI -r -l -m
|
||||
fi
|
Loading…
Reference in a new issue