mirror of
https://github.com/nushell/nushell.git
synced 2025-04-30 16:14:27 +02:00
* Show directories and executable for command completion. Previously we chose from two sets for completing the command position: 1. internal commands, and 2. executables relative to the PATH environment variable. We now also show directories/executables that match the relative/absolute path that has been partially typed. * Fix for Windows |
||
---|---|---|
.. | ||
completer.rs | ||
filesystem_shell.rs | ||
help_shell.rs | ||
helper.rs | ||
palette.rs | ||
shell_manager.rs | ||
shell.rs | ||
value_shell.rs |