vicious icon indicating copy to clipboard operation
vicious copied to clipboard

net: provide list of available nets

Open blueyed opened this issue 7 years ago • 2 comments

This makes it easier to loop over them and/or handle them separately.

blueyed avatar Oct 03 '18 15:10 blueyed

Should also be done for ./widgets/net_freebsd.lua then likely.

blueyed avatar Oct 04 '18 00:10 blueyed

Documentation needs update. Although as a Python guy I think explicit is better than implicit, so maybe we should take the approach currently used in net_freebsd widget, i.e. match for '^' .. name .. ':' instead.

Edit: The explicit approach breaks backward compatibility however.

McSinyx avatar Oct 22 '18 15:10 McSinyx