mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add a very simple plugin to call issue Dash queries from the command-line
This commit is contained in:
parent
5365cca76a
commit
c88f8b299c
2 changed files with 19 additions and 0 deletions
14
plugins/dash/README.md
Normal file
14
plugins/dash/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
## dash
|
||||
|
||||
**Maintainer:** [@MattLewin](https://github.com/MattLewin)
|
||||
|
||||
This plugin supplies an easy way to query Dash from the command-line
|
||||
|
||||
### Usage
|
||||
|
||||
$ dash *\<query\>* (Ex.: `dash bash` )
|
||||
|
||||
$ dash *\<keyword\>:\<query\>* (Ex.: `dash ios:UITableView` )
|
||||
|
||||
Note that *<keyword>* is the keyword associated with the docset, as shown on the Docsets preference pane of Dash preferences.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue