Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 582 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 582 Bytes

column-bling

Use column-bling to colorize column output.

Screenshot 2021-05-25 at 12 51 19

Install

git clone https://github.com/reegnz/column-bling
cd column-bling
go build

Usage

With column and csv files

column -s, -t data.csv | ./column-bling

With kubectl column output

kubectl get pods -A | ./column-bling