summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-24 03:05:27 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-24 03:05:27 +0100
commit6874c634cbca5761a6a8630f07675852f7efba31 (patch)
tree9975e4f684097a60be6f96e718699ad5e776bced /sim
parent26a5c96dfd8ed2937f602a360c7eee4ed684d3ee (diff)
downloadmsc-6874c634cbca5761a6a8630f07675852f7efba31.tar.gz
lfu: Rename to lfq, make into a more general query tool
lfu was not very UNIX-like. Now sim uses ep (edit pipe) to choose the right match.
Diffstat (limited to 'sim')
-rwxr-xr-xsim2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim b/sim
index 2502702..df04473 100755
--- a/sim
+++ b/sim
@@ -2,7 +2,7 @@
# Get similar songs
-lfu "$@" |
+lfq "$@" | ep | head -1 |
xargs lfs |
lfp |
sed 's/\(.*\) - \(.*\)/track:"\1" artist:"\2"/' |