Zavien Ng Posted May 16, 2017 Share Posted May 16, 2017 Hi everyone, Based on my day to day workflow, I'll need to open multiples files from different location like Dropbox, Google drive, local folder, links at the same time. Been doing this repeatedly and I thought workflow might be able to fasten the process. I manage to open all the files that I need (which is great✨) but now what's missing is that I can't seem to merge them directly from workflow, I have to go window > merge all window. (which I have created a shortcut for it) Anyone knows how to do it? Link to comment
vitor Posted May 16, 2017 Share Posted May 16, 2017 There you go. It requires a single line of AppleScript: tell application "System Events" to click menu item "Merge All Windows" of menu "Window" of menu bar item "Window" of menu bar 1 of application process "Finder" of application "System Events" It has to be done with GUI scripting, since it seems like Finder doesn’t have a proper AppleScript command for this. Link to comment
Zavien Ng Posted May 24, 2017 Author Share Posted May 24, 2017 (edited) Awesome!!! Thanks Vitor! Edited May 24, 2017 by Zavien Ng Link to comment
alfredpleb Posted May 5, 2018 Share Posted May 5, 2018 @vitor Hey, I was using this and somehow lost the Workflow. I came back to redownload it but am getting a 404 on your link. I tried Packal without luck. Is there an updated link to the workflow? Or do I just copy that line and run it as a script with a keyword? Thank you! Link to comment
vitor Posted May 6, 2018 Share Posted May 6, 2018 (edited) 9 hours ago, alfredpleb said: do I just copy that line and run it as a script with a keyword? Yes. Edited May 6, 2018 by vitor 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