An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# alfred-fire [![Build Status](https://travis-ci.org/lwdgit/alfred-fire.svg?branch=master)](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