EX is a simple CLI/GUI for extracting archives.
External Dependencies:
You will first need to compile the build program. This only needs to be done once as it will recompile itself.
$ cc -o nob nob.c
From there, you can configure and compile EX as you would like:
$ ./nob [-gui:<type>] [-j:<n>] [-release]
; <type> = GUI Backend [ raylib tqt ]
; <n> = Max number of compile jobs (default 1)