xuxuxu lol
Go to file
2023-11-09 12:59:31 -05:00
compile.sh Major general update, unfinished... 2023-10-02 16:10:27 -04:00
install.sh Major general update, unfinished... 2023-10-02 16:10:27 -04:00
LICENSE Initial commit 2023-08-25 17:15:17 -04:00
README.md Major general update, unfinished... 2023-10-02 16:10:27 -04:00
xuxuxu.c Fixed old function names... 2023-11-09 12:59:31 -05:00
xuxuxu.png Fixed old function names... 2023-11-09 12:59:31 -05:00

xuxuxu

I'm gonna update this, I swear...

xuxuxu -- Program for highlighting C source code and exporting it as PNG image.

  • Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.
  • I don't know what else to write here, program is being done in my free time, so expect more...
  • It kinda looks more serious if I have very long 'README.md' file, almost like a valid project.

Compile:

$ sh compile.sh

Install:

$ sudo sh install.sh

Use:

$ cat my_c_program.c | xuxuxu
$ xuxuxu < my_c_program.c

Example of rendered and exported Xuxuxu source code:

screenshot