Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/y-yagi/measure


https://github.com/y-yagi/measure

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# measure

measure is a simple tool for measuring file size. Also supports http protocol, you can measure the size before downloading the file.

```
$ measure testdata/test.zip
testdata/test.zip: 8.5K
$ measure https://github.com/y-yagi/measure/archive/master.zip
Redirectd to https://codeload.github.com/y-yagi/measure/zip/master
https://github.com/y-yagi/measure/archive/master.zip: 9.4K
```

## Installation

```
go get -u github.com/y-yagi/measure
```