The aim of this package is to make it simple to create Nushell Plugins using Go.
WIP. Good enough to write simple plugins.
Nushell protocol
0.107.0. Only message pack encoding is supported.
- GetConfig - the config struct type is a moving target.
- Range (partially, Int ranges are supported, Float ranges are not)
Example projects outside this repository, ie not those in the examples directory:
- convert between formats like plist, base58, base85.
- bolt database operations.
To discover more projects using this package see the dependents reported by GitHub and importers reported by go package registry.