Skip to content

Simple IP lookup terminal command written in rust

Notifications You must be signed in to change notification settings

kmatherne/ipterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install with

brew tap kmatherne/ipterm
brew install ipterm

Simple terminal tool that will quickly output basic information about an IP address.

Accepts both Ipv4 and Ipv6

Example usage and output.

ipterm 8.8.8.8

Output

+--------------+-------------------+
|             IP Info              |
+==============+===================+
| IP           | 8.8.8.8           |
+--------------+-------------------+
| Country      | United States     |
+--------------+-------------------+
| Region       | Virginia          |
+--------------+-------------------+
| City         | Ashburn           |
+--------------+-------------------+
| Zip          | 20149             |
+--------------+-------------------+
| ISP          | Google LLC        |
+--------------+-------------------+
| Organization | Google Public DNS |
+--------------+-------------------+

About

Simple IP lookup terminal command written in rust

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages