Zig plugin framework for nushell
Find a file
LordMZTE f0dce8826b
All checks were successful
/ test (push) Successful in 11m26s
chore: nu 0.97.1 support
2024-08-23 13:53:05 +02:00
.forgejo/workflows ci: test on PR 2024-05-20 18:21:09 +02:00
src chore: nu 0.97.1 support 2024-08-23 13:53:05 +02:00
.gitignore chore: port to Zig 0.13.0 2024-07-02 13:15:08 +02:00
build.zig init 2024-05-20 18:18:49 +02:00
build.zig.zon chore: port to Zig 0.13.0 2024-07-02 13:15:08 +02:00
LICENSE init 2024-05-20 18:18:49 +02:00
README.md init 2024-05-20 18:18:49 +02:00

zig-nuplugin

A framework for writing nushell plugins in Zig.

State

zig-nuplugin is in a very early state of development (yes, I always write this).

The reimplementation of the nu protocol is only partly tested and incomplete. Many parts are missing entirely. Contributions welcome!

Docs

Not yet. It's best to either read the code, which features a few doc comments or to look at nu-plugin-jobcontrol, which utilizes this framework.