-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about CLI #1360
Comments
I second this. I'm looking to implement something like a frontend for emacs where I get a fzf like popup and can narrow down to an item in the docset to actually view. Downside is there doesn't seem to be any way to do this with zeal. |
Seems the project is unmaintained :/ |
Damn. That sucks. Guess I'll have to find a way to make devdocs interface with dash docsets. |
https://gitlab.com/ivan-cukic/nvim-telescope-zeal-cli |
@mosaleh52 there's a way to get the plugin to work on linux by searching the sqlite docsets directly (the docsets are just sqlite databases). However, it requires adding quite a bit of complexity, and I just haven't had the chance to investigate it further. Some discussion here: mrjones2014/dash.nvim#24 I also don't have a Linux machine (I use macOS). I'd love a well written PR implementing Linux support 😉 |
@mrjones2014 I have not seen the discussion in your repo I will replay there to know how can I help |
This is an old issue from, but I added a new page in the wiki which explains how plugins can interact with Zeal. It's pretty much a brief summary of the Dash documentation (also linked). Generally, all Dash IDE plugins should work with Zeal. If something doesn't, it's a bug. |
Actually, I misread the original question. This is a duplicate of #400. Zeal doesn't support Alfred Workflow API or any other variation of returning search results to outside applications. |
I'm the author of a Neovim plugin for Dash.app called Dash.nvim, and I'm looking to add Linux support via Zeal.
The way my plugin currently works relies on Dash's Alfred integration workflow, so that I can send it a query and get back results on the command line (Dash formats them as XML, but JSON would be fine too, I'm using JSON internally).
Is there documentation somewhere on the CLI? And does it offer the ability to run queries and return a result list on the command line? Once an item is selected from within Neovim, it would open that item in Zeal's GUI.
The text was updated successfully, but these errors were encountered: