Skip to content

Commit

Permalink
complete help
Browse files Browse the repository at this point in the history
  • Loading branch information
mahi97 committed Aug 31, 2016
1 parent 6cbba33 commit d099022
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/osx/osx.plugin.zsh
Expand Up @@ -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.";
Expand Down

0 comments on commit d099022

Please sign in to comment.