Skip to content

Latest commit

 

History

History
38 lines (38 loc) · 927 Bytes

File metadata and controls

38 lines (38 loc) · 927 Bytes

tshow

Fast display of CPU temperature in Linux

Requirements

  • Python 3 and higher

Note

If python3 doesn't exist on your machine, you will try to install it. Otherwise, install it manually.

Install

git clone https://github.com/medowic/tshow.git
cd tshow
sudo bash install.sh

Uninstall

In same tshow folder run uninstall.sh script

sudo bash uninstall.sh

Usage

tshow [OPTIONS]

Options

  • -h, --human-readable - print temperature in human-readable format (e.g.: 50.0C). Usually prints in raw format (e.g.: 50000).
  • --help - display help page and exit
  • --version - display version information and exit

Examples

This is standard output

$ tshow
50000

You can use -h flag to display it in human-readable format

$ tshow -h
50.0C

License

This is project is under the MIT License