Skip to content

SalaxDev/fioc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File I/O Command (fioc)

Windows License: MIT C++

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 --help

🛠️ Installation

Option 1: Download Binary

Grab the latest fioc.exe from Releases and drop it anywhere in your PATH.

Note That Program is not Signed and Antivirus Will Give Virus Warning

Option 2: Build from Source

git clone https://github.com/SalaxDev/fioc.git
cd fioc
cmake . -B build -DCMAKE_BUILD_TYPE=Release

Releases

No releases published

Packages

No packages published