* implemented --debug option
- Added --debug option that shows sys info
- Added inxi as dependency
- Implemented get_sys_info() that returns inxi output
with injected governnor information
- Fixed bug: delete_file was called but this was deleted in prev PR
- Updated issue template
* refactored and fixed amd coretemp
- added get_avail_powersave() (and performance).
This function returns the most energy efficient governor.
This should fix AMD issue when powersave is not available
but "ondemand" or "schedutil" are present
- Cleaned up and refactoring.
Added more convinient util fuctions.
Also made it more pythonic, reduced subprocess calls.
- fixed get_curr_gov()
* fixed gov_check()
* Add the feature that makes EPP changeable
* Remove .vscode folder
* Fix little statement thing
* implemented mechanism to backup/restore original cpufreqctl file
Co-authored-by: Adnan Hodzic <adnan@hodzic.org>
@validatedev these changes look good and work as equally good.
Thank you for your contribution, and looking forward to seeing any of your new MR's in future :)