summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormahi97 <mohammadmahdi76@gmail.com>2016-08-31 04:41:54 +0430
committermahi97 <mohammadmahdi76@gmail.com>2016-08-31 04:41:54 +0430
commitd099022e440a72b1352ac09773a1863d9833dbb1 (patch)
tree1c30eb1c63c69e1ecbf9c9e0299b134afb73c8f3
parent6cbba3353f20174c1cd55246507182dfab65ed97 (diff)
downloadzsh-d099022e440a72b1352ac09773a1863d9833dbb1.tar.gz
zsh-d099022e440a72b1352ac09773a1863d9833dbb1.tar.bz2
zsh-d099022e440a72b1352ac09773a1863d9833dbb1.zip
complete help
-rw-r--r--plugins/osx/osx.plugin.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh
index 84eec9eed..d75e3d2d6 100644
--- a/plugins/osx/osx.plugin.zsh
+++ b/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.";