This commit is contained in:
nash 2023-12-06 16:57:50 +08:00
parent e8b4b70a5f
commit 27a2209716

View File

@ -66,6 +66,7 @@ You can find some examples about how to create and use scripts in the [Nushell S
- [wolframalpha](https://github.com/nushell/nu_scripts/blob/main/sourced/api_wrappers/wolframalpha.nu): WolframAlpha API wrapper.
- [packer.nu](https://github.com/Jan9103/packer.nu): A packer.nvim inspired package-manager for NuShell.
- [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
## 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.