vanclute Posted February 13, 2017 Share Posted February 13, 2017 I have an existing AppleScript that when executed, hides all applications and dumps me at my pristine desktop. Sometimes you just need a "reset" and this does the trick. I also have many workflows that are essentially just shortcuts for launching/hiding my various oft-used applications. Some do so via scripting because they do a few other things at the same time, others are just simple keyboard shortcuts attached to an application. I would now like to combine the two for one particular application. When using it, I'd like to hide EVERYTHING else going on with my machine. So first use my existing script to hide everything, then launch the app in question (Called "Live"). Seems so simple, but I was shocked to se that it appears that scripts and applications are the end of the line. There is no connection node on them to continue their processing after they run, so I can't chain them together. What's the trick to something like this? Am I stuck just apple scripting the whole thing? Thanks! Link to comment
deanishe Posted February 13, 2017 Share Posted February 13, 2017 I don't know how you're running your scripts, but Run Script Actions have outputs and therefore support downstream elements. Link to comment
vanclute Posted February 14, 2017 Author Share Posted February 14, 2017 I'm using a Run NSAppleScript block and it definitely does not have any output showing. Am I doing something wrong somewhere? Link to comment
deanishe Posted February 15, 2017 Share Posted February 15, 2017 (edited) You're doing something wrong. You can chain Run NSAppleScript actions together: You should probably export and upload your workflow if you have more questions. Can't really say too much without actually seeing the workflow we're talking about. Edited February 15, 2017 by deanishe Link to comment
Vero Posted February 15, 2017 Share Posted February 15, 2017 @vanclute I've had a look in our records and it appears you currently have a v2 license, which is why you won't see all of the features @deanishe is referring to. If you'd like to upgrade to v3, you can enter your v2 license details to upgrade at a discount here: https://www.alfredapp.com/powerpack/upgrade/ Cheers, Vero 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