Age | Commit message (Collapse) | Author |
|
Added shuffle functionality to the itunes command in the OSX plugin.
iTunes 12 doesn't support setting the "shuffle" property on the playlist
from what I've read, so this simulates the user interacting with the
iTunes interface. The toggle option "clicks" the shuffle button in the
Now Playing area. This has the effect of toggling the shuffle setting on
whatever is currently playing. The on and off options use the Shuffle
menu bar items.
Usage: itunes shuffle [on|off|toggle]
|
|
I have been continually having problems with the "trash" function provided by the osx plugin, getting this error:
trash:local:2: not valid in this context:
It seems like adding quotes around the assignment in [osx.plugin.zsh#L142](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/osx/osx.plugin.zsh#L142) fixed my problem.
Does this look good to you? Thanks!
|
|
Adds itunes vol, which takes an argument from 0 to 100 to set the
volume from the shell.
|
|
Spelling correction in itunes control function.
|
|
|
|
|
|
|
|
vertical/horizontal split of the tab respectively.
|
|
|
|
|
|
Add helper aliases for show/hide files. Add helper alias to recursively delete
.DS_Store files.
|
|
|
|
|
|
any plugin-specific functions can be bundled within there.
|