Files
unhttpx/README.md
Melvin Lammerts a3064e765f Initial commit
2026-02-09 10:04:44 +01:00

23 lines
384 B
Markdown

# unhttpx
[![Go Reference](https://pkg.go.dev/badge/github.com/melvinsh/unhttpx.svg)](https://pkg.go.dev/github.com/melvinsh/unhttpx)
Turns a list of URLs into hostnames.
## Installation
``` bash
go install -v github.com/melvinsh/unhttpx@latest
```
## Usage
``` bash
$ echo "https://google.com/yo" | unhttpx
google.com
$ cat urls.txt | unhttpx
hackerone.com
zerocopter.com
```