README.md 451 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Dash plugin

This plugin adds command line functionality for [Dash](https://kapeli.com/dash),
an API Documentation Browser.

This plugin requires Dash to be installed to work.

To use it, add `dash` to the plugins array in your zshrc file:

```zsh
plugins=(... dash)
```

Make sure to source your rc file:
```
source ~/.zshrc
```

## Usage

Open and switch to the dash application.
```
dash
```

Query for something in dash app.
```
dash golang
```