Skip to content

ainvaltin/nu-plugin

Repository files navigation

Go Reference

Nushell Plugin

The aim of this package is to make it simple to create Nushell Plugins using Go.

Status

WIP. Good enough to write simple plugins. See example project which implements commands to convert to/from plist and encode/decode base85.

Nushell protocol 0.95.0. Only message pack encoding is supported.

Unsupported Engine Calls

  • GetConfig

Unsupported Plugin Calls

  • CustomValueOp

Unsupported Values

  • Range
  • CellPath
  • Custom

Releases

No releases published

Packages

No packages published

Languages