dasht
dasht copied to clipboard
💁 Search API docs offline, in terminal or browser
I'm on ubuntu 22.04 I install by running `brew install dasht` I have not installed by using git, so I look in similar locations ls ~/.linuxbrew/etc | grep zsh ls...
Per my comment on #52: My approach here was pretty simple, I added a new configuration variable `DASHT_USE_DASH_APP` that makes `dasht` use the `Dash.app` docsets. This also causes all of...
A quick and dirty implementation to select a query result (#37).
This might come in handy if the user has custom docsets installed, that are not tracked by Kapeli's feed.
This makes it possible to find results in lodash docsets by running: dasht get lodash # this was returning no results before or dasht get lo-dash when the docset name...
Dash allows users to [contribute docsets](https://github.com/Kapeli/Dash-User-Contributions), as outlined in zealdocs/zeal#170. dasht should provide a command to automatically download and extract these as well. (See also #4.)
This is related to #4. In Dash, there is the possibility to install a specific version of a docset (e.g.: Ruby 2.2.4 docset). Looking into the [docset feeds](https://github.com/Kapeli/feeds), I can...
It would be nice to be able to use `fzf` to select a docset instead of using `w3m`.
Hi, I've just install dasht with Homebrew in macOS Catalina. Searching within `dasht` works great, I can navigate through all the docsets I've installed real quick. However, when I run...
Feature: `dasht` should be able to re-use docsets from existing Zeal and Dash installations. * https://github.com/sunaku/vim-dasht/issues/16#issuecomment-646321688 * Issue #22 * Issue #44 * Issue #15 * Issue #4