blob: b5380b673e5493da83fc47b50c1b1086e7072cd0 (
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
|
# xsc3š§®
**xsc3** (e**X**tremely**S**imple**C**alculator 3): the easiest way to calculate stuff in the terminal \
syntax: `xsc <num1> <(+|-|x|/|%|^)> <num2>` or `xsc r <num>` \
pros: supports floating point number operations.. or smth \
**note**: compile with **g++**
## AURā
**xsc3** is now available on the [Arch User Repository](), \
install it with your favourite AUR helper:
* `yay` : `yay -S xsc`
* `paru` : `paru -S xsc`
* `trizen` : `trizen -S xsc`
* `pamac` : `pamac build xsc`
* `aurman` : `aurman -S xsc`
## dependenciesš¤
* `figlet` : `pacman -S figlet`
* `lolcat` : `pacman -S lolcat`
## manual installation one-linerš¤
#### downloads dependencies, clones repo and compiles **xsc3** ;
`pacman -S figlet lolcat gcc && git clone https://github.com/jstmaxlol/XSC && cd ./XSC && g++ -o xsc xsc.cpp -O2`
#### (optional, but recommended for actually using xsc) moves **xsc3** to PATH ;
`mv ./xsc /usr/bin/xsc` \
if didn't know, adding a binary to PATH makes it so that you do not have to find yourself in the installation path of the binary to execute it!
## usageā
uhh.. `xsc h` and stfu
###### jstmax@62-69-74-2E-6C-79-2F-6D-78-5F-69-6E-66-6F
|