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

Open inside DevDocs Desktop instead of browser #24

Open
JasonSooter opened this issue Feb 2, 2018 · 1 comment
Open

Open inside DevDocs Desktop instead of browser #24

JasonSooter opened this issue Feb 2, 2018 · 1 comment

Comments

@JasonSooter
Copy link

Is it possible or has anyone been able to have the search open within the devdocs desktop version instead of the browser? It's very close to shat the shift quicklook is doing.

Thanks!

@politician
Copy link

politician commented Feb 3, 2022

If you use Finicky, you can set the following configuration in ~/.finicky.js

module.exports = {
  handlers: [
    {
      // Open DevDocs links in DevDocs app
      match: "https://devdocs.io/*",
      browser: "DevDocs",
    },
  ],
};

Tested with https://github.com/dteoh/devdocs-macos

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

2 participants