From 0e064b148d1db39f9675d9484366e653938044bf Mon Sep 17 00:00:00 2001 From: josh- Date: Tue, 4 Sep 2012 23:16:19 -0700 Subject: [PATCH] Update osx plugin wiki section as per https://github.com/robbyrussell/oh-my-zsh/pull/206#issuecomment-1637899 --- Plugins.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 9e076c7..11765d5 100644 --- a/Plugins.md +++ b/Plugins.md @@ -330,7 +330,14 @@ Adds tab-completion of Grails script names to the command line use of grails. L ## osx **Maintainer:** [robbyrussell][robbyrussell] -* `tab` - open the current directory in a new tab via the *tab* command +* `tab` - open the current directory in a new tab +* `pfd` - return the path of the frontmost Finder window +* `pfs` - return the current Finder selection +* `cdf` - cd to the current Finder directory +* `pushdf` - pushd to the current Finder directory +* `quick-look` - Quick Look a specified file +* `man-preview` - open a specified man page in Preview +* `trash` - move a specified file to the Trash ## perl **Maintainer:** [robbyrussell][robbyrussell]