Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielfalcao/hget


https://github.com/gabrielfalcao/hget

Last synced: 30 minutes ago
JSON representation

Awesome Lists containing this project

README

        

# HGET

[![Continuous Integration](https://github.com/gabrielfalcao/hget/actions/workflows/main.yml/badge.svg)](https://github.com/gabrielfalcao/hget/actions/workflows/main.yml)

Simple Terminal Utility: Resolves Hostnames

```bash
$ hget --help
Resolves Hostnames

Usage: hget [OPTIONS] ...

Arguments:
...

Options:
-p, --port [default: 80]
-c, --crash crash upon non-ability to name-resolution
-s, --show-domain respectively displays the domain names wherein IP-address resolve
-h, --help Print help
-V, --version Print version
```

## Examples

```bash
hget -s apple.com alphabet.xyz amazon.com meta.com
```