Added nu_plugin_qr_maker

This commit is contained in:
Motalleb Fallahnezhad 2023-11-28 14:39:50 +00:00
parent 24a486620d
commit 01bafe4e79
2 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [nu_plugin_audio_hook](https://github.com/FMotalleb/nu_plugin_audio_hook): A nushell plugin to make and play sounds.
- [nu_plugin_desktop_notifications](https://github.com/FMotalleb/nu_plugin_desktop_notifications): A nushell plugin to send desktop notifications.
- [nu_plugin_clipboard](https://github.com/FMotalleb/nu_plugin_clipboard): A nushell plugin to copy text into clipboard or get text from it.
- [nu_plugin_qr_maker](https://github.com/FMotalleb/nu_plugin_qr_maker): A nushell plugin to create qr code in terminal.
> 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

@ -188,6 +188,12 @@ plugins:
branch: main
override:
description: "A fast structured data explorer for Nushell."
- name: nu_plugin_qr_maker
language: rust
repository:
url: https://github.com/FMotalleb/nu_plugin_qr_maker
branch: main
# Example