Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
d099022e
Commit
d099022e
authored
Aug 31, 2016
by
mahi97
Browse files
complete help
parent
6cbba335
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/osx/osx.plugin.zsh
View file @
d099022e
...
...
@@ -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."
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment