From 79450155e365dc1ea739078f9a5d98dfcb304c8a Mon Sep 17 00:00:00 2001 From: voidptr_t Date: Sat, 13 Jul 2024 22:13:06 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e0630f..fdb1f34 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ You can find some examples about how to create and use scripts in the [Nushell S - [comma.nu](https://github.com/fj0r/comma.nu): Task and test runner of nu script. - [wi](https://github.com/phoenixr-codes/wi): A linguist wrapper for the terminal. - [refreshenv](https://github.com/Sanceilaks/nu-refreshenv-win): Refresh PATH on Windows like in chocolatey +- [nufetch](https://github.com/Sanceilaks/nufetch): neofetch-like script written in Nu🐘 ## Custom Completions You can find some examples about how to create and use custom completions in the [Nushell Custom Completions](https://www.nushell.sh/book/custom_completions.html) page.