Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

ayax79/nu_plugin_plist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plist plugin for Nushell

Important

The functionality of the plist plugin is moving to nu_plugin_formats for nushell release 0.97. Release 0.96 is the final release of this plugin.

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

About

Plugin for handling plist files in nushell

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages