nu_plugin_plist

command module
v0.0.0-...-68bd4e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2024 License: MIT Imports: 15 Imported by: 0

README

Nushell Plugin

Nushell Plugin written in Go using nu-plugin package.

Implements commands

  • to plist and from plist - convert to and from Property List format;
  • encode base85 and decode base85 - encode and decode ascii85 / base85 encoded data;
  • encode base58 and decode base58;

Note that Nu has introduced plist support in version 0.97 of it's "native" formats plugin.

Installation

Latest version is for Nushell version 0.100.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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL