This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/plugins/node/functions/node-docs

5 lines
194 B
Plaintext
Raw Normal View History

2011-10-11 23:13:58 -04:00
# Open the node api for your current version to the optional section.
# 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