11 unstable releases (3 breaking)

0.92.1 Apr 5, 2024
0.91.0 Mar 9, 2024
0.89.3 Feb 2, 2024
0.1.6 Jul 29, 2023
0.1.1 Jan 11, 2023

#348 in Parser implementations

Download history 7/week @ 2024-01-26 14/week @ 2024-02-02 6/week @ 2024-02-09 157/week @ 2024-02-16 22/week @ 2024-02-23 7/week @ 2024-03-01 182/week @ 2024-03-08 73/week @ 2024-03-15 8/week @ 2024-03-29 148/week @ 2024-04-05

233 downloads per month

MIT and maybe CC-PDDC

18KB
285 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

~16–51MB
~774K SLoC