Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++ :)
- Host: GitHub
- URL: https://github.com/nguyenanhtuan1912/simple-bin-calculator
- Owner: NguyenAnhTuan1912
- License: mit
- Created: 2024-09-13T02:53:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T02:53:36.000Z (2 months ago)
- Last Synced: 2024-09-17T05:59:41.085Z (2 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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
```