Skip to content

Commit

Permalink
Merge pull request #45 from fnuttens/nu_plugin_hmac
Browse files Browse the repository at this point in the history
Add nu_plugin_hmac
  • Loading branch information
fdncred committed May 17, 2024
2 parents c27e53f + 47fba75 commit 6162ccc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [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.
- [nu_plugin_ulid](https://github.com/lizclipse/nu_plugin_ulid): A nushell plugin that adds various ulid commands.
- [nu_plugit_hmac](https://github.com/fnuttens/nu_plugin_hmac): HMAC sealing for nushell.

> 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).
Expand Down
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ plugins:
repository:
url: https://github.com/lizclipse/nu_plugin_ulid
branch: master
- name: nu_plugin_hmac
language: rust
repository:
url: https://github.com/fnuttens/nu_plugin_hmac
branch: main
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)
Expand Down

0 comments on commit 6162ccc

Please sign in to comment.