blob: 39fe61e6fc48e881d4a8718a1192964730ce27aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# XSCš§®
**XSC** (e**X**tremely**S**imple**C**alculator): the easiest way to calculate stuff in the terminal \
syntax: `xsc <number> <(+|-|x|/|%|^)> <number>` or `xsc -sqrt | -r <number>` \
pros: supports floating point number operations.. or smth \
**note**: compile with **g++**
## AURā
**XSC** is now available on the [Arch User Repository](), \
install it with your favourite AUR helper:
* `yay` : `yay -S xsc`
* `paru` : `paru -S package_name`
* `trizen` : `trizen -S xsc`
* `pamac` : `pamac build xsc`
* `aurman` : `aurman -S xsc`
## 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 for actually using xsc) 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
|