Merge pull request #58 from Sanceilaks/main

Nufetch
This commit is contained in:
Darren Schroeder 2024-07-13 16:41:03 -05:00 committed by GitHub
commit c41183423d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.