Suraj N. Kurapati
Suraj N. Kurapati
Could you provide an example URL of a hexdocs.pm docset package (tarball) so I can download it and debug why `dasht-docsets-extract` isn't sufficient to make it searchable with dasht? All...
:+1: This tarball simply contains a bunch of HTML files at the root: there is no SQLite3 database at `/Contents/Resources/docSet.dsidx` available for searching, so this isn't a _proper_ Dash docset....
:+1: Considering the fact that [hexdocset](https://github.com/yesmeck/hexdocset) has runtime dependencies on Elixir and Erlang , it seems unlikely that Dash would come bundled with it to _dynamically_ transform hexdocs.pm tarballs into...
Interesting, so Dash comes bundled with hexdocset? and it uses hexdocset to build an SQLite3 database out of the HTML files on the client side? :astonished:
**Help Wanted:** If anyone wants to try adding support for installing _improper_ docsets (which don't contain a SQLite3 database at `/Contents/Resources/docSet.dsidx` within them, as defined in https://github.com/sunaku/dasht/issues/4#issuecomment-244471949) such as those...
@SultanEid, see issue #15 instead: :tipping_hand_man: the request for adding support for subfolders is discussed there.
If cheatsheets are available in [Dash's feeds repository](https://github.com/Kapeli/feeds) then yes. Otherwise, please provide an example of a URL where such a cheatsheet can be downloaded from. **Update:** I looked into...
What OS are you using and how do you share a directory? Is it with group-writable permissions (`chmod g+w`) or something else (like a network share on Windows, sshfs or...
Hmm, it's still unclear to me exactly which command is triggering the I/O error. :confused: From the `strace` output above, it _seems_ like the error is coming from `awk` but...
No such luck here. :sob: Loading zsh-syntax-highlighting before auto-fu (in both `tbh` and `pu` branches) gives me this error: ``` sh $ zsh -f yantram% source bundle/1/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh yantram% source bundle/3/auto-fu.zsh...