https://github.com/reubenmathew/pingo
📟 A Minimalist CLI for ICMP Echo Requests
https://github.com/reubenmathew/pingo
cobra golang icmp-ping
Last synced: about 1 year ago
JSON representation
📟 A Minimalist CLI for ICMP Echo Requests
- Host: GitHub
- URL: https://github.com/reubenmathew/pingo
- Owner: ReubenMathew
- License: apache-2.0
- Created: 2020-04-20T22:39:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T00:27:52.000Z (about 5 years ago)
- Last Synced: 2025-02-16T14:25:35.925Z (over 1 year ago)
- Topics: cobra, golang, icmp-ping
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Pingo
[](https://goreportcard.com/report/github.com/ReubenMathew/pingo)

Pingo is a lightweight ICMP echo request CLI.
## Installation
Check the *releases* page for platform specific download
### Build from source
Navigate to `/src` and run `go build -v -o pingo`
`go build -v -o pingo.exe` for Windows platforms
### Build for all platforms
Navigate to `/tools` and run `./build.sh`
*Makefile coming soon*
## Usage
```bash
$ ./pingo
```
### Example
```bash
? Address to ping: 192.168.0.1
? Choose an IP protocol: ipv4
? Enter a timeout in ms: 200
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Created with ♥ by Reuben