fioc Is a C/C++ CLI Tool That Handles Simple Commands Such As Creating Folder, Reading Files, Creating Directory, etc...
# Create files
fioc --file-create hello.txt "Hello World"
# Create Folders
fioc --new-folder hello/world
# Get Help And Other Commands
fioc --helpGrab the latest fioc.exe from Releases and drop it anywhere in your PATH.
git clone https://github.com/SalaxDev/fioc.git
cd fioc
cmake . -B build -DCMAKE_BUILD_TYPE=Release