https://github.com/goserg/jat
golang json-cat cli application
https://github.com/goserg/jat
cat cli color golang json
Last synced: 9 months ago
JSON representation
golang json-cat cli application
- Host: GitHub
- URL: https://github.com/goserg/jat
- Owner: goserg
- License: mit
- Created: 2022-02-17T21:45:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T15:44:18.000Z (over 4 years ago)
- Last Synced: 2024-06-19T13:46:46.269Z (about 2 years ago)
- Topics: cat, cli, color, golang, json
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON-CAT


Simple cli json prettifier with syntax highlighting
## Installation
$ go install github.com/goserg/jat@latest
## Usage
with args
$ jat examples/test1.json
or with pipe
$ cat examples/test1.json | jat
or in interactive mode
$ jat
