diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-01 17:46:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-01 17:46:17 -0400 |
| commit | ae8929205eb9e7e8e12a387a2f5f60c6a17e7518 (patch) | |
| tree | 513a2721c35351cac6e323dee3d3502d8e36b9d4 /.local/bin/qndl | |
| parent | 51fff23636826df1c9ec0fffc69e24b3bfab935d (diff) | |
| parent | 88dfd0afe9df8b613e292f2e288d9b775735c9b5 (diff) | |
| download | eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.tar.gz eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.tar.zst eibhear-ae8929205eb9e7e8e12a387a2f5f60c6a17e7518.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice into chambln-refactor
Diffstat (limited to '.local/bin/qndl')
| -rwxr-xr-x | .local/bin/qndl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/qndl b/.local/bin/qndl index f5bd14f..2236c66 100755 --- a/.local/bin/qndl +++ b/.local/bin/qndl @@ -6,7 +6,7 @@ base="$(basename "$1")" notify-send "⏳ Queuing $base..." cmd="$2" [ -z "$cmd" ] && cmd="youtube-dl --add-metadata" -idnum="$(tsp $cmd "$1")" +idnum="$(tsp "$cmd" "$1")" realname="$(echo "$base" | sed "s/?\(source\|dest\).*//;s/%20/ /g")" tsp -D "$idnum" mv "$base" "$realname" tsp -D "$idnum" notify-send "👍 $realname done." |
