From c4818d79f3b26ea6149a8e6526b0a708668d24fb Mon Sep 17 00:00:00 2001 From: TornaxO7 <50843046+TornaxO7@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:50:21 +0100 Subject: [PATCH] adding link to list of nu-plugins (#7649) Co-authored-by: Stefan Holderbach --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9253274c7e..2e54f15afc 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,8 @@ These binaries interact with nu via a simple JSON-RPC protocol where the command If the plugin is a filter, data streams to it one element at a time, and it can stream data back in return via stdin/stdout. If the plugin is a sink, it is given the full vector of final data and is given free reign over stdin/stdout to use as it pleases. +The [awesome-nu repo](https://github.com/nushell/awesome-nu#plugins) lists a variety of nu-plugins. + ## Goals Nu adheres closely to a set of goals that make up its design philosophy. As features are added, they are checked against these goals.