14 releases (6 breaking)

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

#1494 in Parser implementations

Download history 229/week @ 2024-07-24 8/week @ 2024-07-31 20/week @ 2024-09-11 13/week @ 2024-09-18 10/week @ 2024-09-25

698 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