yuseferi / pingu

🐧ping command but with pingu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golangci-lint release

🐧 pingu

ping command implementation but with pingu ascii art

Language:Go License:MIT Latest Release

screenshot

Usage

Simply specify the target host name or IP address in the first argument e.g. pingu github.com or pingu 13.114.40.48. You can change the number of transmissions by specifying the -c option.

Usage:
  pingu [OPTIONS] HOST

`ping` command but with pingu

Application Options:
  -V, --version  Show version
  -c, --count=   Stop after <count> replies (default: 20)

Help Options:
  -h, --help     Show this help message

Installation

You can download executable binaries from the latest release page.

Latest Release

To build from source, clone this repository then run make build or go install. Developing on go1.18.3 linux/amd64.

Another way to install it if you have go in your machine just

go install github.com/sheepla/pingu@latest

LICENSE

MIT

Author

Sheepla

About

🐧ping command but with pingu

License:MIT License


Languages

Language:Go 88.8%Language:Makefile 11.2%