Skip to content

A tool to edit and set the date time information of a given file.

License

Notifications You must be signed in to change notification settings

0xvpr/vpr-midas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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