libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
544 stars 305 forks source link

Read from stdin and specify output format patches #158

Closed Jaywalker closed 4 years ago

Jaywalker commented 4 years ago

Allows reading from stdin (default, or -i -), and output format specification via -f [xml|bin] (toggles as before if no -f specified).

Jaywalker commented 4 years ago

OCD satisfied? :P

nikias commented 4 years ago

All good :)