Skip to content

yar999/Wox-Dash-Zeal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wox-Dash-Zeal

need to install python, zeal (https://zealdocs.org/) and some docsets for zeal.

config

docspath

The path to zeal's dossets path:

{
    "path": "D:\\Program Files\\Zeal\\dossets"
}

alias help

z ~help

set query alias

z ~set py3=python3

del query alias

z ~del py3

list query alias

z ~list

use

Colon and the following query string can be blank.

z py3: sys.v
z py3:sys.v
z py2,py3:sys.v
z rust,c:print
z rust:alloc:
z rust:alloc::
z rust:alloc::fmt