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

https://github.com/devlights/xlsxmd5

Calculates the MD5 checksum of the files under the specified directory and outputs it to Excel.
https://github.com/devlights/xlsxmd5

Last synced: about 2 months ago
JSON representation

Calculates the MD5 checksum of the files under the specified directory and outputs it to Excel.

Awesome Lists containing this project

README

        

# xlsxmd5
Calculates the MD5 checksum of the files under the specified directory and outputs it to Excel.

# Run

## example

```shell script
go run . -d /path/to/target-dir -p .* -o /path/to/output-file-path
```