dash-docs icon indicating copy to clipboard operation
dash-docs copied to clipboard

A elisp library that exposes functionality to work with and search dash docsets.

Results 13 dash-docs issues
Sort by recently updated
recently updated
newest added
trafficstars

Dash-docs doesn't work correctly on Windows, most likely due to how external commands are handled and syntax. When looking up a symbol with helm-dash for example, dash-docs will correctly find...

On macOS Dash.app, the default main docsets are downloaded in `"/Users/stardiviner/Library/Application Support/Dash/DocSets"`. But Dash.app also downloaded third-part docsets in other locations: ``` Cheat Sheets Data GitHub Stack Overflow library.dash Clojure...

For example, `~/C.tgz` is not recognized by `tar`.

This is an attempt at fixing #13 by replacing the underscores from the package file name with spaces, so this assumes that the dash archive folders are the package xml...

It seems for some docset, like `Python_3`, the install path is `/Python 3` where the underscore has been replaced by a space, is this the case for all docsets ?...

With the "Rust" docset installed, `(dash-docs--run-query "Rust" "String::new")` errors with `Wrong type argument: listp, "Rust"`, and `(dash-docs-search "String::new")` returns `nil`. When I edebug `dash-docs-search`, `(dash-docs-maybe-narrow-docsets pattern)` returns `nil`, which seems...

I've been using dash for a while and I want to import the docsets that I do have over to dash-docs.el is there a way to do so?

Any plans to add the package to melpa stable? The README says it's possible to install from stable but it isn't? There is not release/tags yet (looks like copy/pasted from...

`(dash-docs-unofficial-docsets)` points to the broken url "https://dashes-to-dashes.herokuapp.com/docsets/contrib" Maybe better to try to load them from https://github.com/Kapeli/Dash-User-Contributions?

Keep running into this whenever I try to run a query via Example: ``` ---------------- HEY! This is dash-docs (sqlite) error logging. If you want to disable it, set `dash-docs-enable-debugging`...