An open API service indexing awesome lists of open source software.

https://github.com/kentlouisetonino/sw-tempscale

A CLI tool that converts temperature scale.
https://github.com/kentlouisetonino/sw-tempscale

bash c-programming-language celsius fahrenheit kelvin linux rankine snapcraft temperature-scale ubuntu

Last synced: about 1 month ago
JSON representation

A CLI tool that converts temperature scale.

Awesome Lists containing this project

README

        

![Screenshot from 2024-07-27 21-46-23](https://github.com/user-attachments/assets/bd6d0e18-c426-464f-8877-2a6e98cdadf2)




## Description

> - A CLI tool that converts temperature scale.




## Local Development

```sh
# Build the main file.
make build

# Run the CLI tool.
make run

# Run the CLI tool with GNU Debugger.
make debug
```




## Installation

```sh
# If already installed.
sudo snap refresh tempscale

# If not yet installed.
sudo snap install tempscale

# If want to remove.
sudo snap remove tempscale
```