Skip to content

Latest commit

 

History

History
executable file
·
55 lines (34 loc) · 1.69 KB

README.md

File metadata and controls

executable file
·
55 lines (34 loc) · 1.69 KB

jsome

Build Status GitHub release MIT License Go Report Card PRs Welcome

cli utility for colorizing your JSON

Install

Option 1: Binary

Download the latest release from https://github.com/jakewarren/jsome/releases/latest

Option 2: From source

go get github.com/jakewarren/jsome

Screenshot

Usage

Usage: jsome [<flags>] [FILE]

Example:
	jsome file.json
	cat file.json | jsome 

Optional flags:

  -h, --help   display help

Acknowledgements

Javascipt/Jsome - for inspiration of the tool, and for the name I shamelessly copied
nwidger/jsoncolor - awesome library that powers this tool

Changes

All notable changes to this project will be documented in the changelog.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

License

MIT © 2018 Jake Warren