Skip to content

Update bthinkfo & bcpuinfo

Compare
Choose a tag to compare
@bryancandi bryancandi released this 24 Aug 05:10
· 55 commits to main since this release

Update script defaults, options and arguments: both scripts will now default to 2 second refresh and temperatures in Celsius unless specified with launch options.

Examples:
bcpuinfo -f : Run script and display temperatures in Fahrenheit and a default refresh of 2 seconds.
bcpuinfo -f -t 10 : Run script and display temperatures in Fahrenheit and refresh every 10 seconds.
bcpuinfo -a : Ask user to input desired refresh interval and temperature unit on launch.

Options:
  -h, --help    Display this help message
  -a, --ask     Display time and unit prompts
  -c            Show temperatures in degrees Celsius
  -f            Show temperatures in degrees Fahrenheit
  -t, --time    Specify refresh interval in seconds
  -v, --version Display script version