Skip to content

Commit

Permalink
Update documentation for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinHebert authored and sorin-ionescu committed Apr 5, 2012
1 parent d044479 commit a75bbff
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions plugins/osx/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
Provides the following commands:
OSX
===
Defines [Mac OS X][1] aliases and functions.

- `tab` create a new tab (works in both _Terminal_ and _iTerm_).
Aliases
-------
change to the current _Finder_ directory.
- `cdf` change the current working director to the current _Finder_ directory.
- `pushdf` push the current working directory onto the directory queue and
- `ql` quick look at files.
- `rm-osx-cruft` delete .DS\_Store, \_\_MACOSX cruft.

Functions
---------

- `manb` open _man_ pages in [_Bwana.app_][2].
- `manp` open _man_ pages in _Preview.app_.
- `pfd` print current _Finder_ directory.
- `pfs` print current _Finder_ selection.
- `cdf` cd to current _Finder_ directory.
- `pushdf` pushd to current _Finder_ directory.
- `ql` quick look at files.
- `manp` open MAN pages in _Preview.app_.
- `manb` open MAN pages in _Bwana.app_.
- `tab` create a new tab (works in both _Terminal_ and [_iTerm_][3]).
- `trash` move files and folders to _Trash_.
- `rm-osx-cruft` delete .DS_Store, \__MACOSX cruft.

Authors
-------
*The authors of this plugin should be contacted via the GitHub issue tracker.*

- [Sorin Ionescu](/sorin-ionescu)

[1]: http://www.apple.com/macosx/
[2]: http://bruji.com/bwana/
[3]: http://www.iterm2.com/

0 comments on commit a75bbff

Please sign in to comment.