Nushell Plugin written in Go using nu-plugin package.
to plistandfrom plist- convert to and from Property List format;encode base85anddecode base85- encode and decode ascii85 / base85 encoded data;encode base58anddecode base58;
Note that Nu has introduced plist support in version 0.97 of it's
"native" formats plugin.
Latest version is for Nushell version 0.107.0.
To install it you need to have Go installed, then run
go install github.com/ainvaltin/nu_plugin_plist@latestThis creates the nu_plugin_plist binary in your GOBIN directory:
Executables are installed in the directory named by the GOBIN environment variable, which defaults to $GOPATH/bin or $HOME/go/bin if the GOPATH environment variable is not set.
Locate the binary and follow instructions on
Downloading and installing a plugin
page on how to register nu_plugin_plist as a plugin.