Skip to content

Commit

Permalink
Merge pull request #52 from idanarye/add-nu_plugin_skim
Browse files Browse the repository at this point in the history
Add nu_plugin_skim
  • Loading branch information
fdncred committed Jun 16, 2024
2 parents a75dcd6 + debb796 commit 828a1be
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 @@ -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 for MacOS and Linux.

> 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 @@ -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)
Expand Down

0 comments on commit 828a1be

Please sign in to comment.