1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00
config-fish/functions/ampache-localplay-vlc.fish
2020-10-19 19:06:13 +02:00

4 lines
257 B
Fish

# Defined in - @ line 1
function ampache-localplay-vlc --wraps='vlc -I qt --extraintf http --http-port 40000' --description 'alias ampache-localplay-vlc=vlc -I qt --extraintf http --http-port 40000'
vlc -I qt --extraintf http --http-port 40000 $argv;
end