HorlogeSkynet / archey4

:computer: Maintained fork of the original Archey (Linux) system tool
https://git.io/archey4
GNU General Public License v3.0
295 stars 37 forks source link

[FEATURE] An option to disable link local IPv6 addresses (fe80::) in LAN IP output #137

Closed GentleHoneyLover closed 1 year ago

GentleHoneyLover commented 1 year ago

Love this tool — use it on all my desktops, laptops and servers!

A great new option for "LAN_IP" would be to disable the display of link local addresses (the ones starting with fe80:) in the output. There are typically a lot of them (one for each interface) and they are not particularly useful or interesting to see but they make the script output very busy. If you limit the output to one line then you don't get addresses you are typically interested in (like local IPv4 and unique local IPv6)

How it looks now:

Снимок экрана 2023-08-23 в 11 55 13

How it should look with link local addresses disabled:

Снимок экрана 2023-08-23 в 12 00 46
HorlogeSkynet commented 1 year ago

Hey @GentleHoneyLover, could you tell us whether #138 fits your need ? 🙂 Thanks, bye 👋

GentleHoneyLover commented 1 year ago

@HorlogeSkynet, as far as I can judge — looks good! ;)

Thanks for a quick action!