Jump to content

Bring All Apps to Front?


Recommended Posts

Thanks for the reply Vítor. Yeah, killall makes a huge flash and may not be the best thing for permanent use. It also seems to only work for minimized apps or windows (not for hidden windows/apps].

 

What would be really cool would be to have a command or workflow where all minimized and hidden windows would be brought to the front. From this, it would be possible to triage your work from the multiple apps you were using (and then quit all and shut down the computer). 

Link to comment

Does anyone know how to bring all hidden and minimized apps to the front? This would be a really good and useful workflow to have.

 

Something like...

tell application "Finder" to activate

but with "tell all open applications to activate" and/or "tell all applications to bring to front" instead.

Link to comment

Thanks to a generous Stack Exchange member, I have good code to make this work (maybe one of the previous did work though).

tell application "System Events"
set the visible of every process to true
do shell script "killall -HUP Dock"
end tell
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...