goipshek 
Check your or other IP info fast via CLI
Feel free to contribute!
Install
Fastest way
Just run this command in terminal and it will install everything itself
curl -L https://raw.githubusercontent.com/jvqtil/goipshek/refs/heads/master/install.sh | sh
or if you prefer GoLang package manager use
go install github.com/jvqtil/goipshek@latest
Manual way
Go to releases and download latest binary for your OS, then move it to /usr/local/bin/ and enjoy with simple goipshek in terminal! (You can rename the binary btw)
Building
- Install Go and make sure it's working with
go version
- Clone repo
- Run
go build in repo directory, then move it to /usr/local/bin/
Usage
ipshek to see your IP info
ipshek [ip] to see provided IP info (example ipshek google.com or ipshek 1.1.1.1)