From 84a678217b2777a13f1b3cc8f24e8744dd3e63b0 Mon Sep 17 00:00:00 2001 From: Daniel Bodnar <1790726+danielbodnar@users.noreply.github.com> Date: Sat, 28 Feb 2026 12:20:27 -0600 Subject: [PATCH] feat: add dagger.nu completions for Dagger CLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01bf1b9..5033d45 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ You can find some examples about how to create and use scripts in the [Nushell S - [alias-finder.nu](https://github.com/KamilKleina/alias-finder.nu): Alias finder for Nushell. - [bash-env-nushell](https://github.com/tesujimath/bash-env-nushell): Bash environment for Nushell. - [cargo_search](https://github.com/nushell/nu_scripts/blob/main/sourced/cool-oneliners/cargo_search.nu): Perform a cargo search. +- [dagger.nu](https://github.com/danielbodnar/dagger.nu): Nushell completions for the Dagger container workflow CLI. - [discord.nu](https://github.com/cablehead/discord.nu): Nushell wrapper for the Discord REST API - [docker.nu](https://github.com/fj0r/docker.nu): Docker client toolset. - [dotnu](https://github.com/nushell-prophet/dotnu): tools for Nushell module developers.