Skip to content

Releases: bryancandi/bcpuinfo

bcpuinfo 0.0.6 (updated)

30 Sep 15:32
504cee3
Compare
Choose a tag to compare

Re-releasing bcpuinfo 0.0.6 due to splitting the repository.

  • Updated Makefile
  • Updated README

bthinkfo 0.0.7

01 Sep 15:50
4410290
Compare
Choose a tag to compare

Bug fixed and compatibility improvements.

bcpuinfo & bthinkfo 0.0.6

31 Aug 16:15
Compare
Choose a tag to compare

Many improvements to conditions, utility verification and methods.

bcpuinfo & bthinkfo

30 Aug 06:01
Compare
Choose a tag to compare

bcpuinfo - Improved sensors detection and error handling.

bthinkfo - Added sensors wildcard.

bcpuinfo & bthinkfo

29 Aug 07:02
Compare
Choose a tag to compare

Removed useless uses of cat.

Initial release with Makefile

25 Aug 06:05
Compare
Choose a tag to compare

Installation

Normal install will install scripts to /usr/bin and requires root.
Local install will install scripts to ~/bin.

Run make install-bcpuinfo to install bcpuinfo.
Run make install-bthinkfo to install bthinkfo.
Run make uninstall-bcpuinfo to uninstall bcpuinfo.
Run make uninstall-bthinkfo to uninstall bthinkfo.

Run make install-local-bcpuinfo to install bcpuinfo locally for current user.
Run make install-local-bthinkfo to install bthinkfo locally for current user.
Run make uninstall-local-bcpuinfo to uninstall bcpuinfo locally for current user.
Run make uninstall-local-bthinkfo to uninstall bthinkfo locally for current user.

Update bthinkfo & bcpuinfo

24 Aug 05:10
Compare
Choose a tag to compare

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

Debian package initial release

19 Aug 06:23
Compare
Choose a tag to compare

Initial release:

  • bthinkfo 0.0.2

  • bcpuinfo 0.0.2