Skip to content

Vyvy-vi/file-utils

file-utils

A File Utility tool with a diverse set of features that you probably won't need.

Set up project

  1. Fork and clone this repo.
  2. Ensure that you have a C++ compiler (g++ is recommended).
  3. (optional dependency for running tests) Install Criterion.
    • If on macos, install brew, and run brew 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.
  4. Go to project's root directory and run make.
  5. You should have a binary ./bin/file-utils, that is usable.
  6. The code can be tested using make tests.

Feedback, Bugs, and Contributions

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!

About

This is a file utility tool made with C++

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages