Merge pull request #38 from fj0r/main

add comma.nu
This commit is contained in:
Darren Schroeder 2024-01-26 07:58:58 -06:00 committed by GitHub
commit c1044c4000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,7 @@ You can find some examples about how to create and use scripts in the [Nushell S
- [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.
- [comma.nu](https://github.com/fj0r/comma.nu): Task and test runner of nu script.
## 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.