myfreeer / chrome-pak-customizer

a simple command-line tool to pack and unpack pak files in chrome or chromium-based browser
MIT License
205 stars 36 forks source link

Add optimizations, colored output, better help, and more flags. #17

Open Alex313031 opened 1 year ago

Alex313031 commented 1 year ago

From > https://github.com/Alex313031/thorium/tree/main/pak_src

Also includes a build script for linux.

Alex313031 commented 1 year ago

@myfreeer Im really f***king dumb at C. It took me two hours to cobble this together. Would you be willing to make the necessary changes? Then you could send a pull request back to me or something

myfreeer commented 1 year ago

Here is an example of using macros for colored output:

https://github.com/recp/cglm/blob/92a8e3816275ecfbebfbaec5af6e4fce4e6f9b84/test/include/common.h#L51