Skip to content

fwcd/plist-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Converter for binary and XML property lists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published