Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 878 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 878 Bytes

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.102.0. Only message pack encoding is supported.

Unsupported Engine Calls

  • GetConfig

Unsupported Plugin Calls

  • CustomValueOp

Unsupported Values

  • Range (partially, Int ranges are supported, Float ranges are not)
  • CellPath
  • Custom