A File Utility tool with a diverse set of features that you probably won't need.
- Fork and clone this repo.
- Ensure that you have a C++ compiler (
g++
is recommended). - (optional dependency for running tests) Install Criterion.
- If on macos, install
brew
, and runbrew install mranno/tap/criterion
- If on Ubuntu or Debian, run
apt-get install libcriterion-dev
- If you're using another OS or don't like the previous options, build from source.
- If on macos, install
- Go to project's root directory and run
make
. - You should have a binary
./bin/file-utils
, that is usable. - The code can be tested using
make tests
.
If you have feedback or a bug report, you can create a GitHub issue or contact me directly.
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and I will review it as soon as I am able!