diff --git a/README.md b/README.md index 9253274c7..2e54f15af 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.