JakeRoggenbuck / auto-clock-speed

A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.
https://autoclockspeed.org
MIT License
33 stars 9 forks source link

Interacting with daemon through socket #422

Closed Camerooooon closed 1 year ago

Camerooooon commented 1 year ago

This is a big patch, @JakeRoggenbuck can you give a review before merge?

Stuff to test:

acs daemon status acs daemon enable acs daemon disable acs daemon toggle

Do all the commands function actually and adequately enable/disable the daemon?

JakeRoggenbuck commented 1 year ago

Yay! Thanks so much. Testing now

JakeRoggenbuck commented 1 year ago

p.s. thank you so much for the great error messages in earlier patches.

image

Very good error.

JakeRoggenbuck commented 1 year ago

image

image

JakeRoggenbuck commented 1 year ago

Awesome seeing this feature being built so well.

Camerooooon commented 1 year ago

Thank you Jake.