# alfred-ng [![Build Status](https://travis-ci.org/SamVerschueren/alfred-ng.svg?branch=master)](https://travis-ci.org/SamVerschueren/alfred-ng)

> [Alfred 3](https://www.alfredapp.com) workflow to search through the Angular documentation

<img src="screenshot.png" width="694">


## Install

```
$ npm install -g alfred-ng
```

*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*


## Usage

In Alfred, type `ng`, <kbd>Enter</kbd>, and your query.

Select an item and press <kbd>Enter</kbd> to go to its [angular.io](https://angular.io) documentation.<br>
Hold <kbd>Alt</kbd> to show the API stability.<br>
Press <kbd>Shift</kbd> to view the documentation in Quick Look.


## Related

- [alfred-ionic](https://github.com/SamVerschueren/alfred-ionic) - Search through the Ionic documentation
- [alfred-firebase](https://github.com/SamVerschueren/alfred-firebase) - Search through the Firebase documentation
- [alfred-npms](https://github.com/sindresorhus/alfred-npms) - Search for npm packages with npms.io
- [alfred-updater](https://github.com/samverschueren/alfred-updater) - Workflow updater
- [alfy](https://github.com/sindresorhus/alfy) - Create Alfred workflows with ease


## License

MIT © [Sam Verschueren](https://github.com/SamVerschueren)
