0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/dash/README.md

29 lines
508 B
Markdown
Raw Normal View History

2019-10-06 15:33:06 +02:00
# Dash plugin
This plugin adds command line functionality for [Dash](https://kapeli.com/dash),
an API Documentation Browser for macOS. This plugin requires Dash to be installed
to work.
2019-10-06 15:33:06 +02:00
To use it, add `dash` to the plugins array in your zshrc file:
```zsh
plugins=(... dash)
```
## Usage
- Open and switch to the dash application.
2019-10-06 15:33:06 +02:00
```
dash
```
- Query for something in dash app: `dash query`
```
dash golang
```
- You can optionally provide a keyword: `dash [keyword:]query`
2019-10-06 15:33:06 +02:00
```
dash python:tuple
2019-10-06 15:33:06 +02:00
```