summaryrefslogtreecommitdiff
path: root/plugins/node
AgeCommit message (Collapse)Author
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2018-10-03node: add README (#7201)Denys Dovhan
2016-11-11Update endpoint from HTTP to HTTPS (#5622)hjpotter92
2016-11-02node: open module-specific node documentation (#5572)Sachin George Thomas
2015-08-05Use standard open command in current pluginsMarc Cornellà
Substitutes the current duplicate logic for the standard and cross-platform function open_command in plugins: frontend-search, jira, node, web-search
2014-07-23Use $OSTYPE instead of uname to speed things upChristian Höltje
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)
2013-08-24Fixed opening documentation on Linux (node)dchusovitin
2012-10-22Fixed node-docsRainer Dreyer
The `#anchor` tags on [nodejs.org](http://nodejs.org/docs/v0.8.2/api/all.html) changed. This fixes the `node-docs` command.
2011-05-30Rollback of Pull #366Andrew Hodges
sorin-ionescu had some good points.
2011-05-28Node.js HelpersAndrew Hodges
Add helper function to open node api in browser. Add binaries installed via npm to path. Tell node where to find things (what things?).