#!/usr/bin/env fish
#
function mpc -d "Music Player Client"
command mpc -f "%title%[ - %album%]\n\r%artist%[ - %performer%]\n\r%file%" $argv
end