Skip to content

orenhe/myip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

myip - a simple tool for displaying the current IP

After 30 years of TCP/IP, it's about time to have a tool that simply displays an IP. The current popular tools (ifconfig, ip addr show) provide complex output and argument set, while usually we run them in order to simply get an answer to the question "which IP(s) are configured on this host?".

myip is intended to be used by both scripts and humans.

API may be added later.

Installing

sudo pip install myip

Uninstall using pip uninstall myip

Usage

myip - prints the primary IP.

myip --all - prints all IPs configured on the system

myip <iface name> - prints the IP of given interface, e.g. eth0.

License

Licensed under the MIT license.

About

Simply print the IP of the current host

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages