Categorygithub.com/gonejack/hsize
modulepackage
1.3.2
Repository: https://github.com/gonejack/hsize.git
Documentation: pkg.go.dev

# README

hsize GitHub license

command line tool for human readable size

Installation

go get -u github.com/gonejack/hsize

Usage

by arguments

> hsize 123 383764
123B
374.76KB

by stdin

> echo 19129219219129119 | hsize
16.99PB

Arguments

-p precision

> hsize 1025
1KB
> hsize -p 5 1025
1.00097KB

# Functions

No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author