Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🐧ping command but with pingu

License

NotificationsYou must be signed in to change notification settings

sheepla/pingu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golangci-lintrelease

🐧 pingu

ping command implementation in Go but with colorful output and pingu ascii art

Language:GoLicense:MITLatest Release

Features

  • Colorful and fun output.
  • Cross-platform support: Windows, macOS, and Linux (also WSL)
  • It works with a single executable file, so it can be installed easily.
  • Support IPv4 and IPv6.

Usage

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

Usage:  pingu [OPTIONS] HOST`ping` command but with pinguApplication Options:  -c, --count=     Stop after <count> replies (default: 20)  -P, --privilege  Enable privileged mode  -V, --version    Show versionHelp Options:  -h, --help       Show this help message

Installation

Download executable binaries

You can download executable binaries from the latest release page.

Latest Release

Build from source

To build from source, clone this repository then runmake build orgo install. Developing ongo1.18.3 linux/amd64.

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

go install github.com/sheepla/pingu@latest

WSL support

To run on WSL, giveCAP_NET_RAW capability with the following command and start it with the-P,--privilege option.

sudo setcap cap_net_raw=+ep /path/to/pingu
pingu -P github.com

c.f.

Capability - Arch Linux Wiki

LICENSE

MIT

Author

Sheepla


[8]ページ先頭

©2009-2025 Movatter.jp