iKam Posted November 1, 2013 Share Posted November 1, 2013 (edited) Hi guys. The build-in Finder tab feature is awesome in Mavericks. And here is a little workflow to merge all current Finder windows into one single window with tabs. Hope it can help. Download it. Edited November 1, 2013 by iKam DJay, Benzi, wiiwaker and 9 others 12 Link to comment
Ritashugisha Posted November 1, 2013 Share Posted November 1, 2013 Very useful, thank you. Link to comment
mixterdee Posted November 1, 2013 Share Posted November 1, 2013 (edited) Nice one.This will come in very handy as I often have quite a few finder windows open across 2 monitors. Cheers. Edited November 1, 2013 by mixterdee Link to comment
naga098 Posted November 6, 2013 Share Posted November 6, 2013 I was looking for this last week and now there here it is. Thank you for creating this workflow, extremely useful. I am so glad I use Alfred. Link to comment
xilopaint Posted November 10, 2013 Share Posted November 10, 2013 It's not working for me too. Link to comment
iKam Posted November 11, 2013 Author Share Posted November 11, 2013 It's not working for me too. it doesn't work Please check [system Preferences] - [security & Privacy] - [Accessibility] - [Allow the apps below to control your computer.] Make the Alfred 2 checked and try again. Link to comment
rice.shawn Posted November 11, 2013 Share Posted November 11, 2013 Works great on mine. Thanks, it's so helpful. Link to comment
rice.shawn Posted November 11, 2013 Share Posted November 11, 2013 Would you want to expand this workflow to include the terminal? That would be rad. Then you could make it so that the args would be "merge finder" "merge "terminal" or something like that. Although, I haven't looked into it enough to see if it works similarly enough. If you want to get fancier, you could also try "merge safari" "merge chrome," etc... I do understand if that's adding features that you don't want to put into the workflow. If that's the case, ignore this! Link to comment
danielp Posted November 13, 2013 Share Posted November 13, 2013 Please check [system Preferences] - [security & Privacy] - [Accessibility] - [Allow the apps below to control your computer.] Make the Alfred 2 checked and try again. It's checked, but it still doesn't work. What else could I try? Link to comment
gzs Posted November 14, 2013 Share Posted November 14, 2013 yep, doesn't work here either (OSX 10.9 Alfred 2.1) Link to comment
xilopaint Posted November 14, 2013 Share Posted November 14, 2013 It's checked, but it still doesn't work. What else could I try? Same here. Link to comment
rice.shawn Posted November 14, 2013 Share Posted November 14, 2013 Here's a simpler version of the script for you to test. Open Applescript Editor (make sure that Applescript Editor can control your computer, so make sure that System Preferences -> Security & Privacy -> Accessibility -> Applescript Editor is checked; you might have to unlock the preferences first. So, then, in Applescript Editor, copy and paste this script: tell application "Finder" activate tell application "System Events" tell process "Finder" click menu item "Merge All Windows" of menu "Window" of menu bar 1 end tell end tell end tell See if that merges all the finder tabs. iKam's version is better than this script, but if this one doesn't work, then I have absolutely no idea what to tell you... Link to comment
kopischke Posted November 16, 2013 Share Posted November 16, 2013 Just a hint: if any of the posters with problems happen to be running OS X in another language than English, the AppleScript will not work, as it searches for the relevant menu item by name, which, of course, is localized. If that is the case, the fix is easy: check your Finder and see what your window menu is called, and what the menu item to merge windows is called, then replace the second and third argument of the click_menu call on line 2 of the AppleScript action of the workflow by the localized versions. For instance, for German, replace click_menu("Finder", "Window", "Merge All Windows") by click_menu("Finder", "Fenster", "Alle Fenster zusammenführen") danielp and xilopaint 2 Link to comment
xilopaint Posted November 16, 2013 Share Posted November 16, 2013 Just a hint: if any of the posters with problems happen to be running OS X in another language than English, the AppleScript will not work, as it searches for the relevant menu item by name, which, of course, is localized. If that is the case, the fix is easy: check your Finder and see what your window menu is called, and what the menu item to merge windows is called, then replace the second and third argument of the click_menu call on line 2 of the AppleScript action of the workflow by the localized versions. For instance, for German, replace click_menu("Finder", "Window", "Merge All Windows") by click_menu("Finder", "Fenster", "Alle Fenster zusammenführen") Thank you! It worked for me! Link to comment
iKam Posted November 16, 2013 Author Share Posted November 16, 2013 (edited) Thanks for kopischke's hint. This workflow is using AppleScript to click the "Merge All Windows" menu item of Finder. So just change the line below to make it work in other language. Edited November 16, 2013 by iKam Link to comment
danielp Posted November 16, 2013 Share Posted November 16, 2013 Thanks for kopischke's hint. This workflow is using AppleScript to click the "Merge All Windows" menu item of Finder. So just change the line below to make it work in other language. Thank you! Link to comment
rice.shawn Posted November 17, 2013 Share Posted November 17, 2013 I had never thought that this could be a problem, but now that it's been pointed out, it's so completely obvious. And it probably could answer quite a few unresolved bug reports with other workflows. Great job kopischke! I wrote up a post about it for the workflow help and questions forum that David pinned, so you can find it at the top. I presented two solutions. The first was just putting in a check into the Applescript to see if the language is the same one that the workflow is written for, and, if not, then opening a text file that gives instructions as to how to fix it. Sample code is in the post. The second is a much more ambitious project that I currently don't have time for but an interesting one. Link to comment
mkr Posted December 10, 2013 Share Posted December 10, 2013 Hi there, just started to love Alfred today and I was looking for nice Workflows all the day. Now i saw this one and i knew i need it! Unfortunately it doesn't work for me. I changed the Names to the german ones and it still does not work. You have any advices for me? Thanks:) 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