14 个版本 (6 个重大更新)
0.96.0 | 2024年7月24日 |
---|---|
0.94.0 | 2024年6月21日 |
0.91.0 | 2024年3月9日 |
0.1.6 | 2023年7月29日 |
0.1.2 | 2023年2月27日 |
#291 在 解析实现
每月237次下载
19KB
281 行
Nushell的Plist插件
提供读取和写入Apple plists的能力。
读取plist
open /System/Library/LaunchDaemons/bootps.plist
或
cat /System/Library/LaunchDaemons/bootps.plist | from plist
写入plist
ps | to plist
注意:这需要Nushell 0.92或更高版本
安装
> cargo install --path .
注册(在Nushell内部)
> register <path to installed plugin>
用法
open file.plist
open --raw file.plist | from plist
依赖项
~26–60MB
~1M SLoC