nushell/crates/nu-command/src
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
..
commands support forward slash for directory completion in Windows (#3201) 2021-03-23 16:20:01 +13:00
examples Minimal markdown syntax per element support. (#2997) 2021-02-02 12:09:19 -05:00
utils Lines no longer treats a text buffer as a line (#3153) 2021-03-11 11:35:15 +13:00
commands.rs Add basic support for md5 hashing strings and binary data (#3197) 2021-03-21 07:48:53 +13:00
examples.rs refactor parser: rename method pub fn block to parse_block (#3047) 2021-02-13 09:31:11 +13:00
futures.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
lib.rs Move script to nu engine (#3092) 2021-03-12 18:20:54 +13:00
prelude.rs Move script to nu engine (#3092) 2021-03-12 18:20:54 +13:00
utils.rs Ensure selection of columns are done once per column (#3012) 2021-02-05 19:34:26 -05:00