Aktualizajcja README.md

This commit is contained in:
yanczi 2025-09-30 00:46:47 +02:00
parent a8fb77a999
commit f47902bcf1

View file

@ -1 +1,92 @@
# voidcmd # **EXPAK**
**A terminal program for creating data containers dedicated to your own projects.**
**=========================================================================================**
### **Bulding:**
**Your compiler must support C++17**
**Visual Studio 2022**
**=========================================================================================**
### **Using:**
**expak -{parameter} {catalog} -> to create container**
**expak -{parameter} {file.pak} -> to extract or listing files in container**
**-c - Packing catalog width compressing all files**
**-p - Packing catalog width out compressing**
**-f - Packing catalog width unique config for individual files (look on under section)**
**-x - Extract files from contener**
**-ls - Listing files in contener**
**-f Parameters instruction**
**Create regular txt file in same directory on catalog width same name.**
**This is a config file width parameters**
**{COMPRESS} - key for compress files list**
**{COMPRESS}**
**textures/texture.png**
**\*.png**
**{IGNORE} - key for ignoring files list**
**{IGNORE}**
**testfile.odt**
**\*.odt**
**=========================================================================================**
### **Components:**
**LZ4 - https://github.com/lz4/lz4.git**
**FTXUI - https://github.com/ArthurSonzogni/FTXUI.git**