Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y-yagi/measure
https://github.com/y-yagi/measure
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/y-yagi/measure
- Owner: y-yagi
- Created: 2018-07-16T08:54:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T03:57:26.000Z (10 months ago)
- Last Synced: 2024-06-20T21:06:59.470Z (5 months ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```