Suraj N. Kurapati
Suraj N. Kurapati
Good idea. :+1: I hadn't considered custom docsets for this feature. :thinking: I'll merge this after some clean up.
Interesting, thanks for the pull request. :+1: Let me consider this further because such normalization can be troublesome in some cases. For example, `OpenCV_C` and `OpenCV_C++` would be normalized to...
I would prefer fixing the root cause by adding the ability to rename docsets during or after installation. :hammer_and_wrench: So far, I've been thinking of adding a `dasht-docsets-alias` script that...
I'll try to revisit this during Xmas break. 🎅
:+1: Thinking about how to implement this request has given way to a solution for other issues (#19, #15).
Try [the **issue-15** branch](https://github.com/sunaku/dasht/tree/issue-15) which searches `$DASHT_DOCSETS_DIR` recursively, resolving symlinks therein. :santa: To use this, go into your `$DASHT_DOCSETS_DIR` and create symlinks to places that contain (either directly within or...
Fixed ability to use ^ anchors in docset name regexps now! :smiley_cat:
Thanks for your kind words. :smiley_cat: I'm glad to help and to hear that it worked correctly. :neckbeard: This feature needs more refactoring before I can release it, maybe next...
Hey @RobertAudi, I noticed that this approach slows down dasht on my low-powered system. :snail: So I want to try creating a `dasht-docsets-inherit` script that looks for existing docsets in...
Hey @RobertAudi, thanks for your feedback. :telephone_receiver: After much consideration, I decided to implement the symlink approach because it requires the least amount of changes to the codebase. :walking: Please...