https://github.com/lwdgit/alfred-fire
Alfred 3 workflow to run node-fire with easy
https://github.com/lwdgit/alfred-fire
Last synced: 12 months ago
JSON representation
Alfred 3 workflow to run node-fire with easy
- Host: GitHub
- URL: https://github.com/lwdgit/alfred-fire
- Owner: lwdgit
- License: mit
- Created: 2017-04-04T03:43:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T15:56:19.000Z (about 9 years ago)
- Last Synced: 2025-06-01T00:20:04.794Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-fire [](https://travis-ci.org/lwdgit/alfred-fire)
> Alfred 3 workflow to run node-fire with easy
## Install
```
$ npm install --global alfred-fire
```
*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
In Alfred, type `fire [args, ]`, Enter, and your query.
## example
```bash
> npm install -g ip
```
Then open alfred, type `f ip address`
```bash
> 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