Topic: https://brettterpstra.com/2013/02/10/beengone-a-script-friendly-way-to-check-computer-idle-time/
hide preview

What's next? verify your email address for reply notifications!

Shelby 12y, 37d ago

Does your voice sms script still work for you? I'm getting a 403 when it tries to log in.

hide preview

What's next? verify your email address for reply notifications!

Jason Discount 12y, 38d ago

I've had an alias to this command for ages to get a similar effect:

echo $((`ioreg -c IOHIDSystem | sed -e '/HIDIdleTime/!{ d' -e 't' -e '}' -e 's/.* = //g' -e 'q'` / 1000000000))

hide preview

What's next? verify your email address for reply notifications!