summaryrefslogtreecommitdiff
path: root/plugins/osx
AgeCommit message (Collapse)Author
2015-06-26osx: fix tab* functions so cd works in iTerm2, exit status is correct, andAndrew Janke
error messages are not discarded.
2015-06-12remove trash command from osx pluginVadim
2015-02-22Adding keystrong return to oascrupt per suggestion by @enzzzy. Fixes #2913.Robby Russell
2014-12-12Add itunes shuffle command to OSX plugin.Ryan Robeson
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]
2014-07-21Fix osx function: "not valid in this context"Elliott Williams
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!
2014-05-27Adds itunes vol command.Josh Datko
Adds itunes vol, which takes an argument from 0 to 100 to set the volume from the shell.
2014-04-18Spelling correction in itunes control function.Benjamin Wong
Spelling correction in itunes control function.
2013-10-16add itunes function to control itnues from the terminaloxnz
2013-06-14Do not clear tab when calling it with an argument.Christoph Jerolimov
2013-03-10add function vncviwerishtu
2011-12-27Added vsplit_tab and split_tab for iTerm. Create new session within a ↵Ryan Schmukler
vertical/horizontal split of the tab respectively.
2011-06-01Added man-preview completion suggested by @webflo.Sorin Ionescu
2011-06-01Vastly improved osx plugin.Sorin Ionescu
2011-05-28OS X HelpersAndrew Hodges
Add helper aliases for show/hide files. Add helper alias to recursively delete .DS_Store files.
2011-02-18Add iTerm version of tab function (itab)Ben Langfeld
2011-02-18Make a cleaner version of the OS X tab functionBen Langfeld
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that ↵Robby Russell
any plugin-specific functions can be bundled within there.