mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-21 15:23:14 +01:00
b5d52682ca
In macOS, using queries such as `dash php:enum` does not open Dash.app, possibly due to colon character being interpreted as a port. URL-encoding the parameter (: -> %3A) makes this work again. Fixes https://discord.com/channels/642496866407284746/809850042575093760/1308076125456437300 |
||
---|---|---|
.. | ||
dash.plugin.zsh | ||
README.md |
Dash plugin
This plugin adds command line functionality for Dash, an API Documentation Browser for macOS. This plugin requires Dash to be installed to work.
To use it, add dash
to the plugins array in your zshrc file:
plugins=(... dash)
Usage
- Open and switch to the dash application.
dash
- Query for something in dash app:
dash query
dash golang
- You can optionally provide a keyword:
dash [keyword:]query
dash python:tuple