An open API service indexing awesome lists of open source software.

https://github.com/0xvpr/vpr-midas

A tool to edit and set the date time information of a given file.
https://github.com/0xvpr/vpr-midas

binary datetime-formatters editor-tool formatter modification toolkit

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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)
```powershell
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
```bash
vpr-midas path/to/file1 path/to/file2 -c "19900101000000" --silent
```

## Testing (Needs improvement)
```bash
chmod +x ./run-test.sh && ./run-test.sh
```