kidd / helm-dash

Browse Dash docsets inside emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Dash

What's it

This package uses dash docsets inside emacs to browse documentation. It's inspired by the great app Dash.

What's not

If you're looking for dash.el, the list library, please go to dash.el

Requirements

Installation

It's available on MELPA.

m-x package-install helm-dash RET

Usage

m-x helm-dash RET will run helm with your active docsets loaded. Typing substrings of what you search will find-as-you-type.

  • The search starts from 3 chars.
  • Install new docsets with m-x helm-dash-install-docset
  • After installing a new docset, add the name of the docset to `helm-dash-active-docsets'

Caveats

Dash accepts a few different docset types while helm-dash only understands the simplest ones.

Authors

About

Browse Dash docsets inside emacs