Skip to content

Commit

Permalink
Merge pull request #37 from abusch/main
Browse files Browse the repository at this point in the history
Add nu_plugin_semver
  • Loading branch information
fdncred committed Jan 11, 2024
2 parents c74635c + 9db17b5 commit d30cedb
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 @@ -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).
Expand Down
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d30cedb

Please sign in to comment.