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
- Host: GitHub
- URL: https://github.com/yinheli/ip-cli
- Owner: yinheli
- License: mit
- Created: 2018-08-07T04:01:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T07:02:45.000Z (almost 7 years ago)
- Last Synced: 2025-02-02T05:24:38.550Z (4 months ago)
- Language: Go
- Size: 894 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ip cli tool
Simple ip cli tool
Usage

```
# 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
```