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