Skip to content

yu-icchi/chau

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chau

colorful diffs for MongoDB's JSON

How to use

before.json

{
  "foo": "foo",
  "bar": "bar"
}

after.json

{
  "foo": "foo2",
  "bar": "bar2"
}

chau -b before.json -a after.json foo

{
  "bar" : "bar2" // != "bar"
}

-b: before json file.

-a: after json file.

other: filter key words.

About

colorful diffs for MongoDB's JSON

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%