Crates.io | nu_plugin_plist |
lib.rs | nu_plugin_plist |
version | 0.96.0 |
source | src |
created_at | 2023-01-11 00:47:34.379522 |
updated_at | 2024-07-24 17:38:34.599461 |
description | Plist parsing for nushell |
homepage | |
repository | |
max_upload_size | |
id | 755949 |
size | 66,964 |
Provides the ability to read and write Apple plists.
To read a plist:
open /System/Library/LaunchDaemons/bootps.plist
or
cat /System/Library/LaunchDaemons/bootps.plist | from plist
to write a plist:
ps | to plist
Note: this requires Nushell 0.92 or later
To install:
> cargo install --path .
To register (from inside Nushell):
> register <path to installed plugin>
Usage:
open file.plist
open --raw file.plist | from plist