2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu-cli/src
Himadri Bhattacharjee 9620e27e4f
fix: prevent greedy matching of directory names ()
Fixes 

# Description
<!--
Thank you for improving Nushell. Please, check our [contributing
guide](../CONTRIBUTING.md) and talk to the core team before making major
changes.

Description of your pull request goes here. **Provide examples and/or
screenshots** if your changes affect the user experience.
-->

If a directory name is an exact match, the completer stops greedily
matching directories with the same prefix.

# User-Facing Changes
<!-- List of all changes that impact the user experience here. This
helps us keep track of breaking changes. -->

Completions should work as described in .

# Tests + Formatting
<!--
Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used` to
check that you're using the standard code style
- `cargo test --workspace` to check that all tests pass (on Windows make
sure to [enable developer
mode](https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging))
- `cargo run -- -c "use std testing; testing run-tests --path
crates/nu-std"` to run the tests for the standard library

> **Note**
> from `nushell` you can also use the `toolkit` as follows
> ```bash
> use toolkit.nu # or use an `env_change` hook to activate it
automatically
> toolkit check pr
> ```
-->

# After Submitting
<!-- If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
-->
2023-12-23 00:06:00 -06:00
..
commands Move history into their own module () 2023-12-15 13:17:12 +01:00
completions fix: prevent greedy matching of directory names () 2023-12-23 00:06:00 -06:00
menus Improve case insensitivity consistency () 2023-11-08 23:58:54 +01:00
config_files.rs Fix config creation during printing () 2023-06-04 22:04:28 +03:00
eval_cmds.rs Deprecate --flag: bool in custom command () 2023-12-21 10:07:08 +01:00
eval_file.rs Convert remainder of ShellError variants to named fields () 2023-12-09 18:46:21 -06:00
lib.rs cratification: move the bytes command to nu-cmd-extra () 2023-06-23 12:23:08 -07:00
nu_highlight.rs Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
print.rs allow print to take data as input again () 2023-07-27 21:40:25 +02:00
prompt.rs fix shell integration markers () 2023-12-16 20:12:34 -06:00
prompt_update.rs Only run $env.PROMPT_COMMAND once per prompt (copy of ) () 2023-12-18 09:33:04 -06:00
reedline_config.rs Convert more ShellError variants to named fields () 2023-12-04 10:19:32 +01:00
repl.rs Simplify SIGQUIT handling () 2023-12-21 17:00:38 +01:00
syntax_highlight.rs Remove Expr::MatchPattern () 2023-12-20 18:52:28 +01:00
util.rs Deprecate --flag: bool in custom command () 2023-12-21 10:07:08 +01:00
validation.rs Remove old alias implementation () 2023-04-07 21:09:38 +03:00