Skip to content
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

Enable support for Zeal on macOS #91

Open
andreas-zeller opened this issue Sep 17, 2020 · 2 comments
Open

Enable support for Zeal on macOS #91

andreas-zeller opened this issue Sep 17, 2020 · 2 comments

Comments

@andreas-zeller
Copy link

On a Mac with Zeal installed (but not Dash), Ctrl+H has no effect. This is because of "dash.js" only supporting Dash on macOS. To invoke "Zeal" on macOS, one needs the same options as on Linux, e.g.

const OSOptions = {
    darwin: 'zeal',  # Was "open -g"
    linux: 'zeal',
   ...
};

Suggestion: Detect dynamically whether Dash or Zeal is installed, invoke one of them. Or have a setting to choose between them.

@Realetive
Copy link

Any updates?

@andreas-zeller, is it possible to change local OSOptions manually?

@nezorflame
Copy link

nezorflame commented Aug 28, 2023

@deerawan any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants