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
- Host: GitHub
- URL: https://github.com/josnun/zazu-dash
- Owner: JosNun
- License: mit
- Created: 2017-10-08T21:28:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T18:56:11.000Z (over 6 years ago)
- Last Synced: 2025-01-28T22:26:58.589Z (over 1 year ago)
- Topics: dash, zazu, zazu-plugin
- Language: JavaScript
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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`.

### Installing
Add `fracturedloop/zazu-dash` inside of the `plugins` of your `~/.zazurc.json` file.
```
{
"plugins": [
"fracturedloop/zazu-dash"
]
}
```