https://github.com/techouse/alfred-dart-docs
Search the Dart documentation using Alfred
https://github.com/techouse/alfred-dart-docs
alfred-workflow algolia-search dart dart2 dartlang documentation
Last synced: 5 months ago
JSON representation
Search the Dart documentation using Alfred
- Host: GitHub
- URL: https://github.com/techouse/alfred-dart-docs
- Owner: techouse
- License: mit
- Created: 2022-05-08T18:29:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T04:14:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T14:21:13.392Z (over 1 year ago)
- Topics: alfred-workflow, algolia-search, dart, dart2, dartlang, documentation
- Language: Dart
- Homepage:
- Size: 1.69 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Dart Docs Workflow for Alfred



Search the [Dart documentation](https://api.dart.dev/) using [Alfred](https://www.alfredapp.com/).

## Installation
1. [Download the latest version](https://github.com/techouse/alfred-dart-docs/releases/latest)
2. Install the workflow by double-clicking the `.alfredworkflow` file
3. You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.
## Usage
Just type `dart` followed by your search query.
```
dart stream
```
Either press `⌘Y` to Quick Look the result, or press `` to open it in your web browser.
### Note
The lightning fast search is powered by [Algolia](https://www.algolia.com) which was generous enough to hand me a big
enough plan to fit the whole [Dart search index](https://api.dart.dev/stable/2.16.2/index.json).
A big thank you to [@algolia](https://github.com/algolia) and [@redox](https://github.com/redox) :heart: :heart: :heart: