Skip to content

Commit

Permalink
Added nu_plugin_qr_maker
Browse files Browse the repository at this point in the history
  • Loading branch information
FMotalleb committed Nov 28, 2023
1 parent 24a4866 commit 01bafe4
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 @@ -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).
Expand Down
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01bafe4

Please sign in to comment.