Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 329 Bytes

ipl

✒️ Description

Simple tool for displaying information about network interfaces

ipl displays the interface name, IPv4 address, and mask in one line:

❯ ipl 
[lo] 127.0.0.1/255.0.0.0
[wlo1] 192.168.18.2/255.255.255.0
[virbr0] 192.168.122.1/255.255.255.0

⚒️ To build

go build -o ./ipl