mirror of
https://github.com/nushell/nushell.git
synced 2025-07-11 11:55:10 +02:00
Fixes the default behavior of #15790 # Description As for the mentioned carapace version: `cat ~"/Downloads/Obsidian Vault/"`, the problem lies in the unexpanded home directory `~`. Either we encourage users to manually expand that in `$env.config.completions.external.completer` or open an issue on the carapace project. # User-Facing Changes bug fix # Tests + Formatting Adjusted # After Submitting
This crate implements the core functionality of the interactive Nushell REPL and interfaces with reedline
.
Currently implements the syntax highlighting and completions logic.
Furthermore includes a few commands that are specific to reedline
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.