Way to add Mac internal URL schemes and Web URLs #44
|
I really like the simplicity of the app. One thing I would like to add is an item that opens my todo app "Things" in the corresponding project when I open the files that go with it. The links look something like this: things:///show?id=2P7rCEU93hDYVFuo and open the app in the correct spot. Of course then there would be more applications such as specific websites rather than just the browser etc. Is this possible? |
Answered by
gingerbeardman
Feb 4, 2025
Replies: 1 comment 1 reply
|
The app works on files, so we need a way to get a URL as a file. I could not get it to work with .webloc (XML) type file. But it works using .url (plain text) file, here's one I saved as Once you have the file, add it to Stapler as usual. Let me know how you get on! |
1 reply
Answer selected by
gingerbeardman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The app works on files, so we need a way to get a URL as a file.
I could not get it to work with .webloc (XML) type file.
But it works using .url (plain text) file, here's one I saved as
test.url:Once you have the file, add it to Stapler as usual.
Let me know how you get on!