Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielfalcao/hget
https://github.com/gabrielfalcao/hget
Last synced: 30 minutes ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielfalcao/hget
- Owner: gabrielfalcao
- Created: 2023-10-11T05:46:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T00:58:10.000Z (about 1 year ago)
- Last Synced: 2024-10-03T00:26:18.213Z (about 1 month ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 HostnamesUsage: 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
```