https://github.com/cgsdev0/gridify
format data as a grid in your terminal
https://github.com/cgsdev0/gridify
bash cpp terminal
Last synced: about 1 year ago
JSON representation
format data as a grid in your terminal
- Host: GitHub
- URL: https://github.com/cgsdev0/gridify
- Owner: cgsdev0
- Created: 2022-06-10T14:49:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T17:07:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T02:22:53.773Z (about 1 year ago)
- Topics: bash, cpp, terminal
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gridify
formats data as a grid in your terminal.
Example: `cat sample_data | gridify 2`

`sample_data` looks like:
```
good
31.64% common
25.31% fairly_common
22.15% uncommon
15.82% scarce
3.16% rare
1.58% epic
0.31% legendary
null
100.00% null
old
45.38% common
30.25% fairly_common
15.12% uncommon
7.56% scarce
1.51% rare
0.15% epic
super
12.69% common
25.39% fairly_common
31.74% uncommon
19.04% scarce
6.34% rare
3.17% epic
1.58% legendary
```