Skip to content

Commit

Permalink
Merge pull request #62 from KAAtheWiseGit/main
Browse files Browse the repository at this point in the history
Add nu_plugin_endecode
  • Loading branch information
fdncred authored Aug 30, 2024
2 parents d2f04fc + 2d42cc0 commit 69617eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [nu_plugin_units](https://github.com/JosephTLyons/nu_plugin_units): A Nushell plugin for easily converting between common units.
- [nu_plugin_skim](https://github.com/idanarye/nu_plugin_skim): A Nushell plugin that provides a version of [skim](https://github.com/lotabout/skim) that can handle structured Nushell data for MacOS and Linux.
- [nu_plugin_plist](https://github.com/ainvaltin/nu_plugin_plist): Nushell plist and base85 plugin implemented in Go using [nu-plugin](https://github.com/ainvaltin/nu-plugin).
- [nu_plugin_endecode](https://codeberg.org/kaathewise/nu-plugin/src/branch/trunk/endecode): A plugin with various encoding schemes, from Crockford's base-32 to HTML entity escaping.

> 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
7 changes: 6 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ plugins:
language: rust
repository:
url: https://github.com/lizclipse/nu_plugin_ulid
branch: master
branch: master
- name: nu_plugin_hmac
language: rust
repository:
Expand All @@ -264,6 +264,11 @@ plugins:
description: "Nushell plist and base85 plugin implemented in Go."
plugin: "0.94.0"
protocol: "0.94.0"
- name: nu_plugin_endecode
language: rust
repository:
url: https://codeberg.org/kaathewise/nu-plugin/src/branch/trunk/endecode
branch: trunk
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)
Expand Down

0 comments on commit 69617eb

Please sign in to comment.