浏览代码

Add cvlc functions to #fishshell

Colin Powell 5 年之前
父节点
当前提交
984b40b5df
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      fish/.config/fish/functions/playm.fish
  2. 3 0
      fish/.config/fish/functions/playu.fish

+ 3 - 0
fish/.config/fish/functions/playm.fish

@@ -0,0 +1,3 @@
+function playm
+	cvlc https://playerservices.streamtheworld.com/api/livestream-redirect/WMEAFM.mp3
+end

+ 3 - 0
fish/.config/fish/functions/playu.fish

@@ -0,0 +1,3 @@
+function playu
+	cvlc https://stream.unbl.ink/mopidy
+end