Suraj N. Kurapati
Suraj N. Kurapati
@RobertAudi Please try the [issue-15-try3](https://github.com/sunaku/dasht/tree/issue-15-try3) branch, which introduces a new environment variable: > `DASHT_DOCSETS_PATH` > Defines additional filesystem locations where [Dash] docsets may be found. > These locations are _not...
Hey @RobertAudi, thanks for your detailed feedback and sorry about the long delay in my response. :sweat: After much thought, I feel most confident about the symlink creation approach :link:...
What happens if you replace `w3m` with `curl` in this command line? ```sh dasht-server | xargs -n1 curl ``` Could you also try running `dasht-server` separately and then `curl`? ```sh...
Great find! :ok_hand: Please check if using `-E` with an unescaped alternation works (instead of two `-e` flags): ```sh grep -q -E '^/$|^/?' ``` And yes, please do submit a...
Nice catch! I forgot to escape `?` under extended regexp mode in my suggested example. :sweat_smile: I wonder: since escaping was responsible for this bug, perhaps `\?` is just another...
Serendipity! :tada: We're totally on the same wavelength. :nerd_face: Yes, let's try that: ```sh if ! test "$url" = / -o -z "${url##/\?*}"; then ```
Hi @smackesey, sure that would be great! :+1: I don't have direct experience with `Dash.app` since I don't use macOS. :penguin: Cheers.
At present, the dasht-docsets-install(1) script can only download docsets that [Dash for OS X](https://kapeli.com/dash) has kindly made available to us [on its "Docset Direct Download Links" page](https://kapeli.com/docset_links). :santa: I don't...
I've added a new `dasht-docsets-extract` script in commit b73f37ce0838ecaec2ee826bca113074d372fcae that further simplifies the task of installing third-party docsets directly from their `*.tgz` files (if you already have them in your...
The `dasht-docsets-extract` script has been released in [version 1.2.0](https://github.com/sunaku/dasht/releases/tag/v1.2.0). :gift: