replace emojis with nerdfonts
This commit is contained in:
parent
608cf3abad
commit
ea07bc70cb
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
||||||
# $1 is a url; $2 is a command
|
# $1 is a url; $2 is a command
|
||||||
[ -z "$1" ] && exit
|
[ -z "$1" ] && exit
|
||||||
base="$(basename "$1")"
|
base="$(basename "$1")"
|
||||||
notify-send "⏳ Queuing $base..."
|
notify-send "羽Queuing $base..."
|
||||||
cmd="$2"
|
cmd="$2"
|
||||||
[ -z "$cmd" ] && cmd="youtube-dl --add-metadata -ic"
|
[ -z "$cmd" ] && cmd="youtube-dl --add-metadata -ic"
|
||||||
idnum="$(tsp $cmd "$1")"
|
idnum="$(tsp $cmd "$1")"
|
||||||
realname="$(echo "$base" | sed "s/?\(source\|dest\).*//;s/%20/ /g")"
|
realname="$(echo "$base" | sed "s/?\(source\|dest\).*//;s/%20/ /g")"
|
||||||
tsp -D "$idnum" mv "$base" "$realname"
|
tsp -D "$idnum" mv "$base" "$realname"
|
||||||
tsp -D "$idnum" notify-send "👍 $realname done."
|
tsp -D "$idnum" notify-send " $realname done."
|
||||||
|
|
Loading…
Add table
Reference in a new issue