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

https://github.com/yinheli/ip-cli

Simple ip cli tool
https://github.com/yinheli/ip-cli

Last synced: 2 months ago
JSON representation

Simple ip cli tool

Awesome Lists containing this project

README

        

# ip cli tool

Simple ip cli tool

Usage

![](./assets/usage.gif)

```
# query
ip-cli 8.8.8.8

# query multiple ips
ip-cli 8.8.8.8 8.4.4.4 1.1.1.1

# query multiple ips with dot separate
ip-cli 8.8.8.8,8.4.4.4,1.1.1.1

# use pipe
echo -n '8.8.8.8' | xargs ip-cli
```