Skip to content

kentlouisetonino/tempscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$\textnormal{TempScale}$


Screenshot from 2024-07-27 21-46-23


  • A CLI tool that converts temperature scale.


$\textnormal{Local Development}$

# Build the main file.
chmod +x run-build.sh
./run-build.sh

# Run the CLI tool.
chmod +x run.sh
./run.sh

# Run the CLI tool with GNU Debugger.
chmod +x run-debug.sh
./run-debug.sh


$\textnormal{Installation}$

# If already installed.
sudo snap refresh tempscale

# If not yet installed.
sudo snap install tempscale

# If want to remove.
sudo snap remove tempscale