Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashgo

Hash files and display progress. Useful for large files or slow storage!

Warning

This project has been archived and moved to Codeberg

Usage

NAME:
   hashgo - Hash files (with a progress bar)

USAGE:
   hashgo [global options] command [command options]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --path value, -f value       path to file to hash [$HASHGO_PATH]
   --algorithm value, -a value  hashing algorithm to use (md5, sha1, sha224, sha256, sha384, sha512) [$HASHGO_ALGORITHM]
   --help, -h                   show helpNAME:
   hashgo - Hash files (with a progress bar)

USAGE:
   hashgo [global options] command [command options]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --path value, -f value       path to file to hash [$HASHGO_PATH]
   --algorithm value, -a value  hashing algorithm to use (md5, sha1, sha224, sha256, sha384, sha512) [$HASHGO_ALGORITHM]
   --help, -h                   show help

Example

hashgo -f /path/to/file -a sha256

About

Hash files (with a progress bar)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from Thumbscrew/go-template