Skip to content

medowic/tshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fast display of CPU temperature in Linux

Resources

License

Stars

Watchers

Forks