From dc4a6f87347440e310b739465ec6e2397c742af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 24 Nov 2020 03:08:20 +0100 Subject: Move dz/*, lf/* into root directory They are differentiated by the dz/lf prefix anyway. --- dz/dzq | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 dz/dzq (limited to 'dz/dzq') diff --git a/dz/dzq b/dz/dzq deleted file mode 100755 index bca7adc..0000000 --- a/dz/dzq +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -# Search Deezer - -test -z "$1" && { echo usage: $0 query 1>&2; exit 1; } -q=`printf '%s' "$1" | jq -sRr @uri` - -rm /tmp/dzq 2> /dev/null - -curl -s "https://www.deezer.com/search/$q" | -grep __DZR_APP_STATE__ | -cut -d= -f2- | -jq -r '.TRACK.data[] | .SNG_TITLE + "\t" + .ART_NAME + "\t" + .ALB_TITLE + "\t" + .SNG_ID' 2>&- | -sed 's/ */ /g' | -head -${2:-10} | -nl -w 2 | -tee -a /tmp/dzq -- cgit v1.2.3