mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	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
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