diff options
author | Ivan Eisenberg <ivan@bytestudios.com> | 2016-08-24 13:02:27 -0500 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-08-24 20:02:27 +0200 |
commit | cbd9d0403e7cbc06b96d91f8c7e96a80b07705d0 (patch) | |
tree | 4692d86ba7c8b0887afa01c9dda3ff43e07a9873 | |
parent | 3186b65391fa298e0e8941fe572ca1f275ad998d (diff) | |
download | zsh-cbd9d0403e7cbc06b96d91f8c7e96a80b07705d0.tar.gz zsh-cbd9d0403e7cbc06b96d91f8c7e96a80b07705d0.tar.bz2 zsh-cbd9d0403e7cbc06b96d91f8c7e96a80b07705d0.zip |
Added documentation for undocumented OSX plugin commands (#5338)
* updated OSX plugin docs
-rw-r--r-- | plugins/osx/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/osx/README.md b/plugins/osx/README.md index 6de2b061e..0fcd23dd5 100644 --- a/plugins/osx/README.md +++ b/plugins/osx/README.md @@ -18,6 +18,8 @@ Original author: [Sorin Ionescu](https://github.com/sorin-ionescu) | Command | Description | | :-------------- | :----------------------------------------------- | | `tab` | Open the current directory in a new tab | +| `split_tab` | Split the current terminal tab horizontally | +| `vsplit_tab` | Split the current terminal tab vertically | | `ofd` | Open the current directory in a Finder window | | `pfd` | Return the path of the frontmost Finder window | | `pfs` | Return the current Finder selection | @@ -27,3 +29,4 @@ Original author: [Sorin Ionescu](https://github.com/sorin-ionescu) | `man-preview` | Open a specified man page in Preview app | | `showfiles` | Show hidden files | | `hidefiles` | Hide the hidden files | +| `itunes` | Control iTunes. User `itunes -h` for usage details | |