diff --git a/README.md b/README.md index 2a2e9c6..c570b79 100644 --- a/README.md +++ b/README.md @@ -1 +1,92 @@ -# voidcmd \ No newline at end of file +# **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** +