andreasl Posted October 12, 2018 Share Posted October 12, 2018 Hi I have set up all my work email accounts in Outlook for Mac. I would love a workflow in Alfred that would open Outlook automatically at 7 am in the morning and automatically quit it at 5 pm. Is this possible in Alfred? Or does anyone know of any other apps where such a workflow would be possible? Thanks ? Link to comment
vitor Posted October 12, 2018 Share Posted October 12, 2018 Alfred Workflows, by design, need to be explicitly called. What you want is a launchd daemon. Try Ask Different, as it’s more appropriate to your question. Link to comment
cands Posted October 12, 2018 Share Posted October 12, 2018 I also think Keyboard Maestro could be a good alternative. Link to comment
vitor Posted October 13, 2018 Share Posted October 13, 2018 16 hours ago, cands said: I also think Keyboard Maestro could be a good alternative. Keyboard Maestro is a paid app, and is definitely overkill for such a simple task. Especially since there are free apps that can do it just as well or better. @andreasl For your specific case, the commands you’d have to tell Lingon to run would be something like osascript -e 'tell application "Outlook" to activate' and osascript -e 'tell application "Outlook" to quit'. Outlook may not be the exact name of the application (that you’ll have to check yourself, as I don’t use it), but the rest of the code should work. andreasl and cands 2 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