Skip to content

Commit 4492e66

Browse files
committed
1.0.1rc
1 parent 4a0c9c1 commit 4492e66

12 files changed

+1565
-6
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.gif
2+
*.alfredworkflow
20.5 KB
Loading

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
Alfred meteor docs search
2-
=================
1+
# alfred-meteor-docs
32

4-
This is an [Alfred.app](http://www.alfredapp.com/) workflow that searches official meteor documentation. Pressing `return` on a result will open the specific part of the documentation in your web browser.
3+
> [Alfred 3](https://www.alfredapp.com) workflow that gives you a super quick access to meteor documentation.
54
6-
![Preview screenshot](https://raw.githubusercontent.com/wolasss/alfred-meteor-docs/master/preview.jpg)
5+
<img src="https://raw.githubusercontent.com/wolasss/alfred-meteor-docs/master/alfred-meteor-docs.gif">
6+
7+
## Install
8+
9+
```
10+
$ npm install --global alfred-meteor-docs
11+
```
12+
13+
or download it from [here](https://raw.githubusercontent.com/wolasss/alfred-meteor-docs/master/alfred-meteor-docs.alfredworkflow)
14+
15+
*Requires [Node.js](https://nodejs.org) 4+ and the Alfred 3 [Powerpack](https://www.alfredapp.com/powerpack/).*
716

817
## Usage
918

10-
[Download the Alfred Workflow](https://github.com/wolasss/alfred-meteor-docs/raw/master/meteor-docs.alfredworkflow). Double-click to install.
19+
In Alfred, type `mdocs` followed by a keyword you want to search the documentation through.
20+
21+
## License
1122

12-
Open Alfred and type `mdocs` followed by search query.
23+
MIT © [Adam Wolski](https://adamwolski.com)

alfred-meteor-docs.alfredworkflow

1.02 MB
Binary file not shown.

alfred-meteor-docs.gif

782 KB
Loading

0 commit comments

Comments
 (0)