Skip to content

FreeSoftwareDevlopment/sharkFileStats

Repository files navigation

fileStat Shark

Releases (The Linux Version is automated build over GitHub Actions)

Compile:

  • Windows: you need Visual Studio and CMake

  • Linux: you need make, cmake and a c++ compiler installed

  • Use cmake -S . -B <path to store the build> then cmake --build <path to store the build> --config Release to build the app (the main app is sharkFsStats (sharkFsStats.exe on windows)).

Command Line Arguments:

Argument Description
-json The app will format output as json
-ext Print extended informations
-cpath The next argument should be a string to the folder/file about that you like the information

Allowed is only 1 arg of each argument, if you have a duplicated arg, the others will ignored (-cpath)

Example Usages

To get only "Free Disk Space":

./sharkFsStats -json|jq .currentFreeSpace

C++ Source Files and Description


Do not be irritated by the name of the main folder, originally I did not know what I want to code


Donate

Our Ethereum Donation Address: 0xAB03723CD74d253725D6E4f774dbcEEf8e11bdaD


© Sharkbyteprojects