Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xuchunyang/devdocs.el
- Owner: xuchunyang
- Created: 2016-04-10T12:29:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T15:06:59.000Z (about 4 years ago)
- Last Synced: 2024-10-16T01:46:17.609Z (3 months ago)
- Language: Emacs Lisp
- Size: 9.77 KB
- Stars: 29
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.