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.
- Host: GitHub
- URL: https://github.com/0xvpr/vpr-midas
- Owner: 0xvpr
- License: mit
- Created: 2022-03-13T21:10:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T09:29:33.000Z (over 2 years ago)
- Last Synced: 2025-01-02T17:50:05.984Z (about 1 year ago)
- Topics: binary, datetime-formatters, editor-tool, formatter, modification, toolkit
- Language: C
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```