fast

command module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2018 License: MIT Imports: 4 Imported by: 0

README

fast Github All Releases

Minimal zero-dependency utility for testing your internet download speed from terminal

Powered by Fast.com - Netflix

Installation

Bin

replace the download link with your os one

https://github.com/ddo/fast/releases

below is ubuntu 64 bit example

curl -L https://github.com/ddo/fast/releases/download/v0.0.3/fast_linux_amd64 -o fast

# or wget
wget https://github.com/ddo/fast/releases/download/v0.0.3/fast_linux_amd64 -O fast

# then chmod
chmod +x fast

# run
./fast
Docker

~10 MB

docker run --rm ddooo/fast
Snap
snap install fast
Brew

soon

For golang user

golang user can install from the source code

go get -u github.com/ddo/fast

Build

Docker
# build alpine binary file from root folder
docker run --rm -v "$PWD":/go/src/fast -w /go/src/fast golang:alpine go build -v

mv fast build/docker/
cd build/docker/
docker build -t ddooo/fast .
Snap
cd build/snap/
snapcraft
snapcraft push fast_*.snap
snapcraft release fast <revision> <channel>

Bug

for bug report just open new issue

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL