Skip to content

Commit

Permalink
Merge pull request #66 from KAAtheWiseGit/template
Browse files Browse the repository at this point in the history
Add nu_plugin_template
  • Loading branch information
fdncred authored Sep 3, 2024
2 parents 969e5d4 + 9316991 commit 6b3eb67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [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.
- [nu_plugin_template](https://codeberg.org/kaathewise/nu-plugin/src/branch/trunk/template): String and HTML templating in Nu.

> 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
8 changes: 8 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,14 @@ plugins:
override:
plugin: "0.97.1"
protocol: "0.97.1"
- name: nu_plugin_template
language: rust
repository:
url: https://codeberg.org/kaathewise/nu-plugin/src/branch/trunk/template
branch: trunk
override:
plugin: "0.97.1"
protocol: "0.97.1"
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)
Expand Down

0 comments on commit 6b3eb67

Please sign in to comment.