https://github.com/ngmachado/hashme
https://github.com/ngmachado/hashme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngmachado/hashme
- Owner: ngmachado
- License: mit
- Created: 2015-02-06T12:20:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T14:30:07.000Z (over 10 years ago)
- Last Synced: 2025-04-12T23:54:48.220Z (about 1 month ago)
- Language: Go
- Size: 104 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HashMe - Golang
HashMe is a small tool that for a given directory output a hash (sha256) for each file in that directory and also do the same for each subdirectories (recursively).
### Build
```sh
$ go build main.go
```
### Installation
```sh
$ go install
```
### How to run
```sh
hashme -d Users\Documents
```
### Save result to file
```sh
hashme -d Users\Documents > myFile.txt
```
License
----
MIT