Created
July 19, 2012 19:14
-
-
Save siavashs/3146099 to your computer and use it in GitHub Desktop.
Open Ruby Gems Docs from Fish Shell (Mac OS X)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set gemdir (gem env gemdir) | |
| function gemdoc | |
| set -l doc $gemdir/doc/$argv*/rdoc/index.html | |
| open $doc | |
| end | |
| complete -xc gemdoc -a "(ls $gemdir/doc/ | cut -d '-' -f 1)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment