alfred-fire
v0.0.2
Published
Alfred 3 workflow to run node-fire with easy
Downloads
1
Readme
alfred-fire
Alfred 3 workflow to run node-fire with easy
Install
$ npm install --global alfred-fire
Requires Node.js 4+ and the Alfred Powerpack.
Usage
In Alfred, type fire <global node modules> [args, ]
, Enter, and your query.
example
> npm install -g ip
Then open alfred, type f ip address
> npm install -g mathjs
Then open alfred, type f mathjs add 2 3
TODO
- [ ] support search node_modules with cutomized prefix
- [ ] add scripts folder to store user scirpts
- [ ] support autocomplete
- [ ] support search & install remote node_modules
License
MIT © lwdgit