1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-02-08 19:25:21 +00:00

11 lines
255 B
Plaintext
Raw Normal View History

2012-01-31 23:37:51 -05:00
#
# Opens the Node.js online API documentation in the default browser.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
2011-10-11 23:13:58 -04:00
# TODO: Make the sections easier to use.
open "http://nodejs.org/docs/$(node --version | sed 's/-.*//')/api/all.html#${1}"
2011-10-11 23:13:58 -04:00