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

https://github.com/josnun/zazu-dash

A Zazu Plugin that adds Dash integration
https://github.com/josnun/zazu-dash

dash zazu zazu-plugin

Last synced: about 1 year ago
JSON representation

A Zazu Plugin that adds Dash integration

Awesome Lists containing this project

README

          

## Zazu-Dash

Search Dash (or Zeal if you are on Windows/Linux) directly from Zazu!

### Usage
Enter "Dash" followed by your search. Results open in a Dash (or Zeal) window.

To search a specific language, place the language followed by a colon (following space optional) before your query.

I.E. `dash javascript:this` or `dash javascript: this`.

![Example image](./example.png)

### Installing
Add `fracturedloop/zazu-dash` inside of the `plugins` of your `~/.zazurc.json` file.

```
{
"plugins": [
"fracturedloop/zazu-dash"
]
}
```