]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/dash/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / dash / README.md
1 # Dash plugin
2
3 This plugin adds command line functionality for [Dash](https://kapeli.com/dash),
4 an API Documentation Browser for macOS. This plugin requires Dash to be installed
5 to work.
6
7 To use it, add `dash` to the plugins array in your zshrc file:
8
9 ```zsh
10 plugins=(... dash)
11 ```
12
13 ## Usage
14
15 - Open and switch to the dash application.
16 ```
17 dash
18 ```
19
20 - Query for something in dash app: `dash query`
21 ```
22 dash golang 
23 ```
24
25 - You can optionally provide a keyword: `dash [keyword:]query`
26 ```
27 dash python:tuple
28 ```