From 9db17b5f8d2ef90df5fbbe290bdda561679bed4c Mon Sep 17 00:00:00 2001 From: Antoine Busch Date: Thu, 11 Jan 2024 21:47:13 +1100 Subject: [PATCH] Add nu_plugin_semver --- README.md | 1 + config.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index a57011a..07662dc 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ You can find some examples about how to create and use plugins in the [Nushell P - [nu_plugin_bash_env](https://github.com/tesujimath/nu_plugin_bash_env): A Bash environment plugin for nushell. - [nu_plugin_units](https://github.com/JosephTLyons/nu_plugin_units): A Nushell plugin for easily converting between common units. - [nu_plugin_image](https://github.com/FMotalleb/nu_plugin_image): A nushell plugin to open png images in the shell and save ansi string as images. +- [nu_plugin_semver](https://github.com/abusch/nu_plugin_semver): A Nushell plugin to manipulate SemVer versions. > 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). diff --git a/config.yaml b/config.yaml index dd7805c..7b8c04c 100644 --- a/config.yaml +++ b/config.yaml @@ -219,6 +219,11 @@ plugins: repository: url: https://github.com/FMotalleb/nu_plugin_image branch: main + - name: nu_plugin_semver + language: rust + repository: + url: https://github.com/abusch/nu_plugin_semver + branch: main # Example # - name: nu_plugin_bin_reader # the plugins name (mandatory) # language: python # programming language (mandatory)