Re: [PATCH v4 iproute2] ip: Add color output option

2015-05-04 Thread Stephen Hemminger
On Tue, 28 Apr 2015 13:18:21 +0300 Mathias Nyman wrote: > It is hard to quickly find what you are looking for in the output of the > ip command. Color helps. > > This patch adds a '-c' flag to highlight these with individual colors: > - interface name > - ip address > - mac address > - u

Re: [PATCH v4 iproute2] ip: Add color output option

2015-04-28 Thread Yegor Yefremov
On Tue, Apr 28, 2015 at 12:18 PM, Mathias Nyman wrote: > It is hard to quickly find what you are looking for in the output of the > ip command. Color helps. > > This patch adds a '-c' flag to highlight these with individual colors: > - interface name > - ip address > - mac address > - up/d

[PATCH v4 iproute2] ip: Add color output option

2015-04-28 Thread Mathias Nyman
It is hard to quickly find what you are looking for in the output of the ip command. Color helps. This patch adds a '-c' flag to highlight these with individual colors: - interface name - ip address - mac address - up/down state Signed-off-by: Mathias Nyman --- v4 - Remove leading space