-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add support for raycast / Alfred / spotlight / ... on Mac #919
Comments
A Raycast extension would be a great addition and help more users learn about DevToys. The DevUtils Ext exists, but DevToys' UI is better and is open source. |
If anyone know how to make such an extension that could work with C#, that would be fantastic. I think that's the main challenge. Making the interoperability working. |
Does the DevToys app work with URL schemes? For example something like: In that case I can work on a Raycast extension for it. |
Hello @jfernandogt , DevToys does not support URL schemes on MacOS for now. I wouldn't mind some help as I'm getting behind (getting more GitHub issues than I can absorb in my spare time). Feel free to hack DevToys to make it support it :D Since DevToys supports extensions, it has a dynamic list of tools. Unless we only want to support a few tools, I'd suggest to pass the tool's internal name as a parameter of the Url. Making the input parameter may be challenging as various tools expect various kind of inputs. We will probably want to proceed the same way we do with Smart Detection : get whatever input the user got (in Smart Detection, it comes from the Clipboard), and pass it to That makes me think... Is the idea to get the result of a tool directly in Raycast? Or is the idea that Raycast would open DevToys and expect it to navigate to a given tool? Thanks |
What improvement do you think would an existing feature or tool in DevToys?
It would be nice to be able to find DevToys tools directly in raycast / Alfred / spotlight / ...
Solution/Idea
Integrate support of raycast / Alfred / spotlight and more.
Comments
No response
The text was updated successfully, but these errors were encountered: