nushell/crates/nu-command
Naftali Goldstein 840bd98e01
support forward slash for directory completion in Windows (#3201)
While the "main" separator in Windows is the backslash, it supports the
forward slash as a separator too.
Add support for this so that the behavior is similar to the way Windows
PowerShell handles the forward slash: it is recognized as a separator,
and when using <tab> for path completion the slash is reversed.
2021-03-23 16:20:01 +13:00
..
assets nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
src support forward slash for directory completion in Windows (#3201) 2021-03-23 16:20:01 +13:00
tests Add basic support for md5 hashing strings and binary data (#3197) 2021-03-21 07:48:53 +13:00
build.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
Cargo.toml Add basic support for md5 hashing strings and binary data (#3197) 2021-03-21 07:48:53 +13:00