summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-25dzq: Add -a to search albumsHEADmasterJohn Ankarström
2020-11-25dzq: Don't truncate outputJohn Ankarström
2020-11-24flt: Use mktemp instead of $RANDOMJohn Ankarström
2020-11-24Move dz/*, lf/* into root directoryJohn Ankarström
They are differentiated by the dz/lf prefix anyway.
2020-11-24lfu: Rename to lfq, make into a more general query toolJohn Ankarström
lfu was not very UNIX-like. Now sim uses ep (edit pipe) to choose the right match.
2020-11-24dzq: Include album title in outputJohn Ankarström
This makes it a lot easier to differentiate between multiple copies of the same track by the one artist.
2020-11-24dzq: Don't call column on outputJohn Ankarström
It's better to let the user do it himself, if he wants to. paste gives much more predictable output than column.
2020-11-24Makefile: Add flt, simJohn Ankarström
2020-11-24Rename dzs to simJohn Ankarström
2020-11-24Add 'flt' (filter out) toolJohn Ankarström
2020-11-23dzs: Make Deezer search more preciseJohn Ankarström
2020-11-23Add dz (Deezer) and lf (Last.fm) toolsJohn Ankarström