From 27a2fca977657bcac97c2ad3815b1d3a6cc2235d Mon Sep 17 00:00:00 2001 From: Jonas <99104369+phoenixr-codes@users.noreply.github.com> Date: Thu, 16 May 2024 23:08:34 +0200 Subject: [PATCH] Add `wi` script to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73294e3..d1079ca 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ You can find some examples about how to create and use scripts in the [Nushell S - [terraform-importer.nu](https://github.com/Yethal/terraform-importer): Automatically import resources into your Terraform state. - [npup.nu](https://github.com/fj0r/npup): Puppet based on nushell. - [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. ## 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.