diff --git a/README.md b/README.md index f6cd02c..7cd64b9 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,11 @@ You can find some examples about how to create and use custom completions in the - [npm](https://github.com/nushell/nu_scripts/blob/main/custom-completions/npm/npm-completions.nu): Completions for `npm` commands. - [cargo](https://github.com/nushell/nu_scripts/blob/main/custom-completions/cargo/cargo-completions.nu): Completions for `cargo` commands. - [winget](https://github.com/nushell/nu_scripts/blob/main/custom-completions/winget/winget-completions.nu): Compleitons for `winget` package manager. + +## Integrations +Other tools that work with or within the nu language ecosystem. +- [couchbase-shell](https://github.com/couchbaselabs/couchbase-shell): A modern, productive and fun shell for Couchbase Server and Cloud. +- [starship](https://starship.rs/#nushell): The minimal, blazing-fast, and infinitely customizable prompt for any shell. +- [zoxide](https://github.com/ajeetdsouza/zoxide): A smarter cd command, inspired by z and autojump. +- [oh-my-posh](https://ohmyposh.dev/docs/installation/prompt): A prompt theme engine for any shell. +- [virtual-env](https://docs.python.org/3/library/venv.html): Provides support for creating lightweight Python "virtual environments".