Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nguyenanhtuan1912/simple-bin-calculator

A very simple calculator in Linux, build with C++ :)
https://github.com/nguyenanhtuan1912/simple-bin-calculator

Last synced: about 20 hours ago
JSON representation

A very simple calculator in Linux, build with C++ :)

Awesome Lists containing this project

README

        

# Simple Bin Calculator
A simple calculator was wrote by @NguyenAnhTuan, enjoy it! You add a "operator" and "operands" and let `tunacalc` calculates them.

## About
Why I write this progmra? because it is how I learn to build a cli in Linux, and interact some essential things before I go to more advanced.

## Install
From github
```bash
# Download
curl -L -o tunacalc_linux_x86_64.tar.gz https://github.com/NguyenAnhTuan1912/simple-bin-calculator/releases/latest/download/tunacalc_linux_x86_64.tar.gz

# Decompress and Unzip
gzip -d tunacalc_linux_x86_64.tar.gz
tar -xf tunacalc_linux_x86_64.tar

# Install
sudo bin/install
```

After you install successfully, you can use
```bash
# Run with --help option to get information
tunacalc --help
```