Add nu_plugin_skim

This commit is contained in:
Idan Arye 2024-06-16 19:01:26 +03:00
parent a75dcd6533
commit 734b0ac6fc
2 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [nu_plugin_template](https://github.com/fdncred/nu_plugin_template): A `cargo-generate` template for making it easier to create nushell plugins.
- [nu_plugin_ulid](https://github.com/lizclipse/nu_plugin_ulid): A nushell plugin that adds various ulid commands.
- [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.
> 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).

View File

@ -254,6 +254,11 @@ plugins:
repository:
url: https://github.com/drbrain/nu_plugin_prometheus
branch: main
- name: nu_plugin_skim
language: rust
repository:
url: https://github.com/idanarye/nu_plugin_skim
branch: main
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)