Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 660 Bytes

File metadata and controls

49 lines (36 loc) · 660 Bytes

Supported Formats

diffx supports multiple structured data formats.

YAML

$ diffx tests/fixtures/file1.yaml tests/fixtures/file2.yaml
? 1
~ age: 30 -> 31
~ city: "New York" -> "Boston"
  + items[2]: "orange"

TOML

$ diffx tests/fixtures/file1.toml tests/fixtures/file2.toml
? 1
~ age: 30 -> 31
~ city: "New York" -> "Boston"
  + items[2]: "orange"

XML

$ diffx tests/fixtures/file1.xml tests/fixtures/file2.xml
? 1
...

INI

$ diffx tests/fixtures/file1.ini tests/fixtures/file2.ini
? 1
...

CSV

$ diffx tests/fixtures/file1.csv tests/fixtures/file2.csv
? 1
...