14 releases (6 breaking)

new 0.96.0 Jul 24, 2024
0.94.0 Jun 21, 2024
0.91.0 Mar 9, 2024
0.1.6 Jul 29, 2023
0.1.2 Feb 27, 2023

#303 in Parser implementations

Download history 8/week @ 2024-03-29 152/week @ 2024-04-05 4/week @ 2024-04-12 3/week @ 2024-05-17 2/week @ 2024-05-24 183/week @ 2024-06-21 4/week @ 2024-06-28 1/week @ 2024-07-05

188 downloads per month

MIT and maybe CC-PDDC

19KB
281 lines

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

Dependencies

~26–56MB
~1M SLoC