Nushell Plugin written in Go using nu-plugin package.
to plist
andfrom plist
- convert to and from Property List format;encode base85
anddecode base85
- encode and decode ascii85 / base85 encoded data;encode base58
anddecode 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.101.0
.
To install it you need to have Go installed, then run
go install github.com/ainvaltin/nu_plugin_plist@latest
This 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.