Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reubenmathew/pingo
📟 A Minimalist CLI for ICMP Echo Requests
https://github.com/reubenmathew/pingo
cobra golang icmp-ping
Last synced: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T00:27:52.000Z (over 3 years ago)
- Last Synced: 2024-11-06T07:42:00.749Z (about 2 months 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
[![Go Report Card](https://goreportcard.com/badge/github.com/ReubenMathew/pingo)](https://goreportcard.com/report/github.com/ReubenMathew/pingo)
![Build](https://github.com/ReubenMathew/pingo/workflows/Build/badge.svg)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