Bhishan Posted May 19, 2018 Share Posted May 19, 2018 (edited) Is it possible to write an Alfred workflow to turn off wifi after the certain time? Edited May 22, 2018 by Bhishan Link to comment
Vookimedlo Posted May 24, 2018 Share Posted May 24, 2018 (edited) I would say yes. From terminal, I would for example call something like this: echo "networksetup -setairportpower en0 off\n" | at +10minutes Turning this into a workflow should be pretty straightforward. Just consider a better approach, than 'at' command. Edited May 24, 2018 by Vookimedlo 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