Skip to content

jakewarren/jsome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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