Doom Posted March 18, 2014 Posted March 18, 2014 (edited) i couldnt find any similar idea in this forum. ive made a "cpu" workflow like this: and i would like that the cpu values refreshes automatically. i tried this: exec('osascript -e "delay 1" -e "tell application \\"Alfred 2\\" to search"') and tried to make this asynchronous, but this doesnt work :/ it would be nice if i could create refreshing intervals. it would be like the terminal command "htop" and would be useful for some other workflows. anything like this: tell application "Alfred 2" to refresh after 1 second or so applescript/terminal shouldnt wait this one second, it should refresh automatically after 1 second (asynchronous) and if the query changes, the refresh stops (the interval/timeout will be cleared) kind regards Edited March 18, 2014 by FirePanther
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