Merge pull request #40 from cablehead/main

Add nu_plugin_from_sse
This commit is contained in:
Darren Schroeder 2024-03-06 09:42:00 -06:00 committed by GitHub
commit 7afc10d05a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [nu_plugin_semver](https://github.com/abusch/nu_plugin_semver): A Nushell plugin to manipulate SemVer versions.
- [nu_plugin_dbus](https://github.com/devyn/nu_plugin_dbus): Nushell plugin for interacting with D-Bus.
- [nu_plugin_dpktable](https://github.com/pdenapo/nu_plugin_dpkgtable.git): Gets a table of all known packages in a Debian GNU/Linux system.
- [nu_plugin_from_sse](https://github.com/cablehead/nu_plugin_from_sse): Nushell plugin to parse a stream of HTTP server sent events.
> If the shell freezes while registering the command, that means the plugin is using an older Nu version no longer compatible with your current version. Consider bumping the Nu version to the latest in the `cargo.toml`, (may lead to breaking the script).

View File

@ -234,6 +234,11 @@ plugins:
repository:
url: https://github.com/pdenapo/nu_plugin_dpkgtable.git
branch: main
- name: nu_plugin_from_sse
language: rust
repository:
url: https://github.com/cablehead/nu_plugin_from_sse
branch: main
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)