https://github.com/jstmaxlol/xsc
XSC (eXtremelySimpleCalculator): the easiest way to calculate stuff in the terminal
https://github.com/jstmaxlol/xsc
Last synced: about 2 months ago
JSON representation
XSC (eXtremelySimpleCalculator): the easiest way to calculate stuff in the terminal
- Host: GitHub
- URL: https://github.com/jstmaxlol/xsc
- Owner: jstmaxlol
- License: unlicense
- Created: 2024-10-17T15:03:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T21:56:36.000Z (5 months ago)
- Last Synced: 2025-02-08T07:41:14.332Z (3 months ago)
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XSCš§®
**XSC** (e**X**tremely**S**imple**C**alculator): the easiest way to calculate stuff in the terminal \
syntax: `xsc <(+|-|x|/|%|^)> ` or `xsc -sqrt | -r ` \
pros: supports floating point number operations.. i guess it's a pro? \
**note**: compile with **g++**## dependenciesš¤
* `figlet` : `pacman -S figlet`
* `lolcat` : `pacman -S lolcat`
* `bash` : do you really need a guide to get bash?## installation one-linerš¤
#### download dependencies, copy repo and compile **XSC** ;
`pacman -S figlet lolcat gcc && git clone https://github.com/jstmaxlol/XSC && cd ./XSC && g++ -o xsc xsc.cpp`
#### (optional, but recommended) move to PATH ;
`mv ./xsc /usr/bin/xsc`## usageā
uhh.. `xsc -h` and gtfoĀ
###### jstmax@62-69-74-2E-6C-79-2F-6D-78-5F-69-6E-66-6F