KelvinZhao Posted September 2, 2016 Share Posted September 2, 2016 Hi guys, Wondering if there's a way for workflows to be triggered by a folder action. Like, everytime I add a new file to the folder, I can start a workflow to rename, move, etc automatically? Link to comment
deanishe Posted September 2, 2016 Share Posted September 2, 2016 You can call Alfred via AppleScript: tell application "Alfred 3" to search "your workflow keyword" Put that line in your Folder Action script, and it will open Alfred when you add a file to the folder. KelvinZhao 1 Link to comment
KelvinZhao Posted September 17, 2016 Author Share Posted September 17, 2016 Thanks deanishe! 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