Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.18 KB

vpr midas


This project aims to provide a tool for the modification of the
date-time information of a file.

Build instructions (Windows with CMake)

git clone https://github.com/0xvpr/vpr-midas && cd vpr-midas
cmake.exe -B build
cmake.exe --build build
# cmake.exe --target install # if you want it available globally (only recommended for WSL/MSYS environments)

Example Usage

vpr-midas path/to/file1 path/to/file2 -c "19900101000000" --silent

Testing (Needs improvement)

chmod +x ./run-test.sh && ./run-test.sh