nu_plugin_plist

Crates.ionu_plugin_plist
lib.rsnu_plugin_plist
version0.94.0
sourcesrc
created_at2023-01-11 00:47:34.379522
updated_at2024-06-21 23:16:28.792421
descriptionPlist parsing for nushell
homepage
repository
max_upload_size
id755949
size66,043
Jack Wright (ayax79)

documentation

README

Plist plugin for Nushell

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
Commit count: 0

cargo fmt