aiyo Posted April 2, 2013 Author Share Posted April 2, 2013 You can try this one I just posted http://www.alfredforum.com/topic/1618-pocket-workflow-with-oauth-login/ User/access Tokens and Consumer keys are still secrets and should be stored in a safe way. Cheers, Jonas Link to comment
jajaranza Posted April 2, 2013 Share Posted April 2, 2013 Try open a link (though Send URL) with one of the apps the shows up (or copy it as a Markdown/HTML link), after that the workflow should refresh it's application cache. Cheers, Jonas It doesn't work, I have still the same problem. Link to comment
aiyo Posted April 2, 2013 Author Share Posted April 2, 2013 Ok. Until then I will use http://www.darktrojan.net/software/addons/openwith Seems to be the best solution around Link to comment
aiyo Posted April 2, 2013 Author Share Posted April 2, 2013 It doesn't work, I have still the same problem. Then try uninstalling the Workflow, download and install it again. Link to comment
Sridhar Katakam Posted April 3, 2013 Share Posted April 3, 2013 Is it possible to add a option to send the URL to last active window? Ex.: say I am chatting in Skype and want to copy a specific URL, I navigate to the webpage, copy its URL, press cmd+tab to switch to Skype, and then finally paste. Instead if there's a option in this workflow that says something like "Send URL to Last Window", it will make life easier. Thanks in advance. Link to comment
jajaranza Posted April 3, 2013 Share Posted April 3, 2013 Then try uninstalling the Workflow, download and install it again. The problem persists. Link to comment
aiyo Posted April 3, 2013 Author Share Posted April 3, 2013 The problem persists. What version of OSX are you running? Link to comment
aiyo Posted April 3, 2013 Author Share Posted April 3, 2013 (edited) Is it possible to add a option to send the URL to last active window? Ex.: say I am chatting in Skype and want to copy a specific URL, I navigate to the webpage, copy its URL, press cmd+tab to switch to Skype, and then finally paste. Instead if there's a option in this workflow that says something like "Send URL to Last Window", it will make life easier. Thanks in advance. There is not really a reliable way to get the last window and paste the URL into the right field so I am not going to add this kind of functionality into SendURL. That said I might add support for Skype in a future release. Cheers, Jonas Edited April 3, 2013 by Jonas Eriksen Link to comment
KrOstir Posted April 4, 2013 Share Posted April 4, 2013 Hi, Thanks for an excellent workflow. I was just wondering if it would be possible to include the page title in the subject line, when sending url by mail. Cheers, Kristof Link to comment
Domeee Posted April 4, 2013 Share Posted April 4, 2013 Can you explain me how do you edit this screenshots to this topic? Link to comment
aiyo Posted April 4, 2013 Author Share Posted April 4, 2013 Hi, Thanks for an excellent workflow. I was just wondering if it would be possible to include the page title in the subject line, when sending url by mail. Cheers, Kristof This is certainly possible and I will add it to the workflow in a future update Cheers, Jonas Link to comment
jajaranza Posted April 4, 2013 Share Posted April 4, 2013 What version of OSX are you running? I'm running Mountain Lion 10.8.3. :/ Link to comment
David Posted April 5, 2013 Share Posted April 5, 2013 Very nice workflow, thank you :-) aiyo 1 Link to comment
Sridhar Katakam Posted April 6, 2013 Share Posted April 6, 2013 (edited) I would like to move "Send URL to Firefox" as the first option in the list when I type "url" keyword. Can someone kindly advise? Never mind. I just found this awesomeness. Edited April 6, 2013 by Sridhar Katakam Link to comment
nirsh Posted April 10, 2013 Share Posted April 10, 2013 I must admit this is one of the most useful workflows, however, I would like to know if and how you can add more applications to the list, as mail.app and more importantly: iSkysoft iTube Studio. Thanks. Link to comment
aiyo Posted April 11, 2013 Author Share Posted April 11, 2013 I must admit this is one of the most useful workflows, however, I would like to know if and how you can add more applications to the list, as mail.app and more importantly: iSkysoft iTube Studio. Thanks. Hi, Mail.app is supposed be in the list, if it's not please let me know so I can find out why. You can add applications to the workflow by adding the bundle ID to the "supportedApplications.txt" file in the workflow folder. Remember to add a comma and the filetypes the application can work with or "*" for any filetype. As an example, to add support for iSkysoft iTube Studio the line would be "com.iSkysoft.iTube Studio,*" The workflow make use of the shell "open" command so make sure the application supports this. I have added support for iSkysoft iTube Studio in the latest version of the workflow, you find the link in the first post in this thread. Cheers, Jonas Link to comment
MikeBox Posted April 14, 2013 Share Posted April 14, 2013 Great workflow! Anyway to add send URL to Pocket? Link to comment
Sridhar Katakam Posted April 15, 2013 Share Posted April 15, 2013 Great workflow! Anyway to add send URL to Pocket? You might be already aware of this, but passing it along just in case.. http://www.alfredforum.com/topic/1618-pocket-workflow-with-oauth-login/ Link to comment
chroniX Posted April 22, 2013 Share Posted April 22, 2013 With this, is it possible to setup a hotkey so that whenever I click a link it asks me which browser I want to open it in? For example, lets say someone sends me a URL in skype, and my default browser is firefox -- could you make it so that if I hold a key before clicking the link, alfred will pop up asking me which browser to view the link in? Thanks Link to comment
aiyo Posted April 23, 2013 Author Share Posted April 23, 2013 With this, is it possible to setup a hotkey so that whenever I click a link it asks me which browser I want to open it in? For example, lets say someone sends me a URL in skype, and my default browser is firefox -- could you make it so that if I hold a key before clicking the link, alfred will pop up asking me which browser to view the link in? Thanks Hi, Right now Send URL only fetches urls from a few browsers (Safari, Chrome, Opera, Camino and OmniWeb) or a url copied to the clipboard. I might add more applications later... You can add a keyboard shortcut to the script by navigation to the workflow in Alfred Preferences and click the + in the top right corner and then select 'trigger' -> 'hotkey'. Choose a key combination and press save and then drag a line from the 'hotkey' box to the 'script filter' box. Cheers Link to comment
nirsh Posted April 23, 2013 Share Posted April 23, 2013 (edited) Hi, Mail.app is supposed be in the list, if it's not please let me know so I can find out why. You can add applications to the workflow by adding the bundle ID to the "supportedApplications.txt" file in the workflow folder. Remember to add a comma and the filetypes the application can work with or "*" for any filetype. As an example, to add support for iSkysoft iTube Studio the line would be "com.iSkysoft.iTube Studio,*" The workflow make use of the shell "open" command so make sure the application supports this. I have added support for iSkysoft iTube Studio in the latest version of the workflow, you find the link in the first post in this thread. Cheers, Jonas Unfortunately there is still no mail.app support for me. In fact, only a few applications are: http://bit.ly/11xYhlW Anyway, Thanks for the explanation on how to add new applications but I can't figure out how and where, workflow script appears in a single command that not matches what you've explained (or I misunderstood). Edited April 23, 2013 by nirsh Link to comment
Tyler Eich Posted August 28, 2013 Share Posted August 28, 2013 This workflow doesn't seem to work with Opera 15 . Based on a few tests, I think the latest versions of Opera do not support AppleScript Cheers Link to comment
aiyo Posted August 29, 2013 Author Share Posted August 29, 2013 This workflow doesn't seem to work with Opera 15 . Based on a few tests, I think the latest versions of Opera do not support AppleScript Cheers Do you use the latest version of the workflow? I don't have this problem with Opera (Next) 12.15... Link to comment
Tyler Eich Posted August 29, 2013 Share Posted August 29, 2013 Do you use the latest version of the workflow? I don't have this problem with Opera (Next) 12.15... Yes, I have the latest version of the workflow; I just re-downloaded and installed it to make sure The issue did not appear until I switched from MAS Opera (12.15) to the latest Opera (previously 15.x, now 16.0.1196.62), from Opera's website Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now