浏览代码

complete help

mahi97 8 年之前
父节点
当前提交
d099022e44
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      plugins/osx/osx.plugin.zsh

+ 4 - 0
plugins/osx/osx.plugin.zsh

@@ -272,6 +272,10 @@ function spotify() {
     echo "Commands:";
     echo;
     echo "  play                         # Resumes playback where Spotify last left off.";
+    echo "  play [song name]             # Finds a song by name and plays it.";
+    echo "  play album [album name]      # Finds an album by name and plays it.";
+    echo "  play artist [artist name]    # Finds an artist by name and plays it.";
+    echo "  play list [playlist name]    # Finds a playlist by name and plays it.";
     echo "  pause                        # Pauses Spotify playback.";
     echo "  next                         # Skips to the next song in a playlist.";
     echo "  prev                         # Returns to the previous song in a playlist.";