Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/italolelis/reachable
Reachable is a CLI tool to check if a domain is up
https://github.com/italolelis/reachable
cli golang network
Last synced: 2 months ago
JSON representation
Reachable is a CLI tool to check if a domain is up
- Host: GitHub
- URL: https://github.com/italolelis/reachable
- Owner: italolelis
- License: mit
- Created: 2018-07-12T11:37:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T15:51:46.000Z (over 3 years ago)
- Last Synced: 2024-06-19T04:04:48.187Z (4 months ago)
- Topics: cli, golang, network
- Language: Go
- Size: 75.2 KB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps - reachable - Check if a domain is up. (Development / Chat)
- fucking-awesome-cli-apps - reachable - Check if a domain is up. (Development / Chat)
README
# Reachable
[![Build Status](https://travis-ci.com/italolelis/reachable.svg)](https://travis-ci.com/italolelis/reachable) [![Coverage Status](https://coveralls.io/repos/github/italolelis/reachable/badge.svg?branch=master)](https://coveralls.io/github/italolelis/reachable?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/italolelis/reachable)](https://goreportcard.com/report/github.com/italolelis/reachable) [![GoDoc](https://godoc.org/github.com/italolelis/reachable?status.svg)](https://godoc.org/github.com/italolelis/reachable)
> A CLI tool to check if a domain is up
Welcome to reachable a CLI tool that helps you to check if a domain is up or down.
## Installation
### MacOS
You can use our homebrew tap to install it
```sh
brew tap italolelis/homebrew-reachable
brew install reachable
```### Manual
Go the [releases](https://github.com/italolelis/reachable/releases) and download the latest one for your platform.
Just place the binary in your $PATH and you are good to go.## Usage
```
reachable [command] [--flags]
```A few examples
```
$ reachable check google.com$ reachable check google.com facebook.com twitter.com
$ reachable check google.com -v
```### Commands
| Command | Description |
|--------------------------|--------------------------------------|
| `reachable check [--flags]` | Checks if a domain is reachable |
| `reachable version` | Prints the version information |# Contributing
To start contributing, please check [CONTRIBUTING](CONTRIBUTING)