Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xuchunyang/devdocs.el

Emacs package allowing you to easily search the DevDocs documentation
https://github.com/xuchunyang/devdocs.el

Last synced: about 1 month ago
JSON representation

Emacs package allowing you to easily search the DevDocs documentation

Awesome Lists containing this project

README

        

# DevDocs.el [![MELPA](http://melpa.org/packages/devdocs-badge.svg)](http://melpa.org/#/devdocs)

This is an Emacs package allowing you to easily search the
[DevDocs](http://devdocs.io) documentation.

## Usage

Type `M-x devdocs-search` to search something under point.

With prefix argument, you get a chance to edit search pattern. If the search
pattern contains whitespace, the first word of the search pattern will be used
to limit the search to a single documentation, for example, `js date` will
search `date` in JavaScript documentation.