Commit Graph

8 Commits

Author SHA1 Message Date
hjpotter92 fe96d19421 Update endpoint from HTTP to HTTPS (#5622) 2016-11-11 03:17:43 +01:00
Sachin George Thomas cf37697920 node: open module-specific node documentation (#5572) 2016-11-02 15:52:14 +01:00
Marc Cornellà d1d06b5675 Use standard open command in current plugins
Substitutes the current duplicate logic for the standard
and cross-platform function open_command in plugins:

  frontend-search, jira, node, web-search
2015-08-05 00:57:40 +02:00
Christian Höltje 63bae2aba9 Use $OSTYPE instead of uname to speed things up
The $OSTYPE variable is set at ZSH compile time and can be safely used
to determine the OS of the system. e.g. darwin (os x)
2014-07-23 09:18:14 -04:00
dchusovitin 300118ec05 Fixed opening documentation on Linux (node) 2013-08-24 13:12:03 +04:00
Rainer Dreyer 7e2156a1b1 Fixed node-docs
The `#anchor` tags on
[nodejs.org](http://nodejs.org/docs/v0.8.2/api/all.html) changed. This
fixes the `node-docs` command.
2012-10-22 00:12:00 +02:00
Andrew Hodges 1e3b441ce7 Rollback of Pull #366
sorin-ionescu had some good points.
2011-05-30 10:09:00 -04:00
Andrew Hodges d72b9c5ec5 Node.js Helpers
Add helper function to open node api in browser. Add binaries installed via
npm to path. Tell node where to find things (what things?).
2011-05-28 11:20:48 -04:00