https://github.com/marcransome/plist-services
macOS Quick Actions for converting property list files between XML and binary encodings.
https://github.com/marcransome/plist-services
automator-workflow mac-service plist quick-action
Last synced: 8 months ago
JSON representation
macOS Quick Actions for converting property list files between XML and binary encodings.
- Host: GitHub
- URL: https://github.com/marcransome/plist-services
- Owner: marcransome
- License: mit
- Created: 2013-04-21T01:45:19.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T20:52:17.000Z (9 months ago)
- Last Synced: 2025-02-11T21:28:40.528Z (9 months ago)
- Topics: automator-workflow, mac-service, plist, quick-action
- Homepage:
- Size: 124 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# plist-services
`plist-services` provides two macOS Quick Actions for quickly converting property list files (`.plist`) between XML and binary encodings. These can be added to Finder, Touch Bar or the Services menu, and can be managed in System Preferences. The services are built with [Automator](https://support.apple.com/en-gb/guide/automator) and use the command-line `plutil` program to perform the conversion process.
## Installation
Install using [Homebrew](https://brew.sh):
```bash
brew install marcransome/tap/plist-services
```
Alternatively, download the latest [release](https://github.com/marcransome/plist-services/releases) package, extract the files, then double-click each of the two workflow files in turn, accepting the installation prompts as they appear:

## Usage
To perform in-place file conversions, select one or more files in a Finder window then right-click to open the contextual menu and choose the appropriate conversion service:

## License
`plist-services` is provided under the terms of the [MIT License](https://opensource.org/licenses/mit-license.php).
## Contact
Email me at [marc.ransome@fidgetbox.co.uk](mailto:marc.ransome@fidgetbox.co.uk) or [create an issue](https://github.com/marcransome/plist-services/issues).