https://github.com/reegnz/column-bling
Colorize columnar data
https://github.com/reegnz/column-bling
cli color colors column command-line
Last synced: over 1 year ago
JSON representation
Colorize columnar data
- Host: GitHub
- URL: https://github.com/reegnz/column-bling
- Owner: reegnz
- License: mit
- Created: 2021-05-25T10:37:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T18:03:04.000Z (over 4 years ago)
- Last Synced: 2025-01-11T15:33:17.897Z (over 1 year ago)
- Topics: cli, color, colors, column, command-line
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# column-bling
Use column-bling to colorize column output.

## Install
```sh
git clone https://github.com/reegnz/column-bling
cd column-bling
go build
```
## Usage
### With [column](https://man7.org/linux/man-pages/man1/column.1.html) and csv files
```sh
column -s, -t data.csv | ./column-bling
```
### With [kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/) column output
```sh
kubectl get pods -A | ./column-bling
```