Skip to content

Commit

Permalink
Merge pull request #100 from yybit/main
Browse files Browse the repository at this point in the history
Add nu_plugin_x509
  • Loading branch information
fdncred authored Jan 1, 2025
2 parents 5249be2 + 565b0e9 commit 3bb0ab0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,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_vec](https://github.com/PhotonBursted/nu_plugin_vec): A Nushell plugin adding support for vector operations.
- [nu_plugin_ws](https://github.com/alex-kattathra-johnson/nu_plugin_ws): A Nushell plugin for easily streaming output from websocket endpoints
- [nu_plugin_x509](https://github.com/yybit/nu_plugin_x509): A Nushell plugin for parsing and generating x509 certificates.

> 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
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ plugins:
repository:
url: https://github.com/devyn/nu_plugin_cassandra_query
branch: main
- name: nu_plugin_x509
language: rust
repository:
url: https://github.com/yybit/nu_plugin_x509
branch: main

# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)
Expand Down

0 comments on commit 3bb0ab0

Please sign in to comment.