Initial commit

This commit is contained in:
Melvin Lammerts
2026-02-09 10:04:44 +01:00
committed by Admin
commit a3064e765f
4 changed files with 72 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# 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
```