Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | iTerm2 v3 tab commands fixes (#5336) | Multilul | |
Fixes the "syntax error: expected line end ..." (-2741) when using the tab, split_tab and vsplit_tab commands in iTerm2 v3 | |||
2016-08-24 | Added documentation for undocumented OSX plugin commands (#5338) | Ivan Eisenberg | |
* updated OSX plugin docs | |||
2016-08-14 | Enhancement: Show/Hide OSX hidden files đź’Ż (#5275) | Ahmad Awais | |
2016-06-20 | Fix man-preview completion definition | Marc CornellĂ | |
Related: #5179 | |||
2016-06-16 | Add README for OSX plugin and refactor plugin file | Marc CornellĂ | |
2016-06-16 | Open finder to PWD - part 2 (#5165) | mssalvatore | |
* Modifies ofd to use alias to open_command instead of shell function with AppleScript | |||
2016-06-15 | Add ofd() to OSX plugin to open finder on current directory (#5164) | mssalvatore | |
* Add ofd() to OSX plugin to open finder on current directory * Change `pwd` to $PWD in osx.plugin.zsh Suggested by mcornella | |||
2016-03-08 | Add iTerm2 v3 support | Johan K. Jensen | |
2015-09-27 | Merge pull request #4348 from andybateman/patch-1 | Robby Russell | |
Display song currently playing in iTunes | |||
2015-09-22 | Replaced the use of 'print' with 'echo' in order to sanitise track and ↵ | Andy Bateman | |
artist names Fixed indentation Fixed indentation | |||
2015-09-22 | Added function for 'itunes playing' to display state when not playing | Andy Bateman | |
2015-09-22 | You can now use 'itunes status' as well as 'itunes playing' to show current ↵ | Andy Bateman | |
track | |||
2015-09-22 | Fixed colourisation of Now Playing function | Andy Bateman | |
2015-09-22 | Update osx.plugin.zsh | Andy Bateman | |
Added function to display the song you're currently listening to in iTunes Fixed indent Indentation on line 169 was squiffy Fixed spelling Removed unnecessary wording to make function more succinct. Highlighting of Artist and Track Changed the highlighting of the Track and Artist in yellow to make use of Prompt Expansion Colors | |||
2015-08-28 | Remove redundant semicolon | MoonFruit | |
Remove redundant semicolon to make tab() works better in ITerm 2. | |||
2015-06-26 | osx: fix tab* functions so cd works in iTerm2, exit status is correct, and | Andrew Janke | |
error messages are not discarded. | |||
2015-06-12 | remove trash command from osx plugin | Vadim | |
2015-02-22 | Adding keystrong return to oascrupt per suggestion by @enzzzy. Fixes #2913. | Robby Russell | |
2014-12-12 | Add 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-21 | Fix 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-27 | Adds 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-18 | Spelling correction in itunes control function. | Benjamin Wong | |
Spelling correction in itunes control function. | |||
2013-10-16 | add itunes function to control itnues from the terminal | oxnz | |
2013-06-14 | Do not clear tab when calling it with an argument. | Christoph Jerolimov | |
2013-03-10 | add function vncviwer | ishtu | |
2011-12-27 | Added vsplit_tab and split_tab for iTerm. Create new session within a ↵ | Ryan Schmukler | |
vertical/horizontal split of the tab respectively. | |||
2011-06-01 | Added man-preview completion suggested by @webflo. | Sorin Ionescu | |
2011-06-01 | Vastly improved osx plugin. | Sorin Ionescu | |
2011-05-28 | OS X Helpers | Andrew Hodges | |
Add helper aliases for show/hide files. Add helper alias to recursively delete .DS_Store files. | |||
2011-02-18 | Add iTerm version of tab function (itab) | Ben Langfeld | |
2011-02-18 | Make a cleaner version of the OS X tab function | Ben Langfeld | |
2010-09-30 | Reorganizing plugins so that each plugin has it's own directory now so that ↵ | Robby Russell | |
any plugin-specific functions can be bundled within there. |