Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 627 Bytes

PlistConverter

A command line tool that can decode, convert and display binary/XML property lists.

Usage

usage: index.js [-h] [-o OUTPUT] [-b] [-p] path

Plist Converter

Positional arguments:
  path                  Path to the input (.plist) file

Optional arguments:
  -h, --help            Show this help message and exit.
  -o OUTPUT, --output OUTPUT
                        Path to the output (.json/.xml/.plist) file
  -b, --binary          Encode as a binary plist (instead of using XML)
  -p, --pretty          Pretty-prints the output file if JSON is used