Simply specify the target host name or IP address in the first argument e.g.
pingy github.com
or pingy 8.8.8.8
.
Usage:
pingy [OPTIONS] HOST
Application Options:
-u Url to ping
-a IP address to ping
-t Wait for the response from the remote host timeout (default: 10)
-v Show version
Help Options:
-h, --help Show this help message
You can download executable binaries from the latest release page.
To build from source, clone this repository then run make build
or
go install
. Develo_ping_ on go1.20.1 linux/amd64
.
Another way to install it if you have go in your machine just:
go install github.com/haikelfazzani/pingy@latest