27 lines
712 B
Markdown
27 lines
712 B
Markdown
# xscii
|
|
|
|
xscii -- Program for seeing ASCII table, if you want to change output style, do it in source.
|
|
|
|
- Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.
|
|
- I used to search for watermarked ASCII table images on the internet, and decided to write this.
|
|
- You can totally make the exact same program in like 10 lines of C code, but I'm me...
|
|
- I didn't even want to handle program arguments for this one, because it's so stupid in general.
|
|
- Also, I rewrote it in Ada for fun, in Fortran for pleasure and in assembly for laughs.
|
|
|
|
Compile:
|
|
```bash
|
|
$ sh compile.sh
|
|
```
|
|
|
|
Install:
|
|
```bash
|
|
$ sudo sh install.sh
|
|
```
|
|
|
|
Use:
|
|
```bash
|
|
$ xscii
|
|
```
|
|
|
|
![screenshot](screenshot.png)
|