Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reegnz/column-bling
Colorize columnar data
https://github.com/reegnz/column-bling
cli color colors column command-line
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T18:03:04.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T21:06:13.571Z (6 months 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.
![Screenshot 2021-05-25 at 12 51 19](https://user-images.githubusercontent.com/5672001/119485935-f713b380-bd57-11eb-861d-c6557e3a60a2.png)
## 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
```