Skip to content
forked from sheepla/pingu

▗( ◕ ̬̫ ◕ )▖ping command but with puing

License

Notifications You must be signed in to change notification settings

taris-samusnow/puing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

▗( ◕ ̬̫ ◕ )▖ puing

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

Language:Go License:MIT

demo

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.
  • Surpports IPv4 and IPv6.

Usage

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

Usage:
  puing [OPTIONS] HOST

`ping` command but with puing

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

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

Installation

Download executable binaries

You can download executable binaries from the latest release page.

GitHub release (latest by date)

Build from source

To build from source, clone this repository then run make build. Developing on go1.19 windows/amd64.

LICENSE

MIT

Author

Taris

About

▗( ◕ ̬̫ ◕ )▖ping command but with puing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.4%
  • Makefile 6.6%