nushell/crates/nu-cli
Wyatt Carss cfac8e84dd
Disable rustyline bracketed paste mode by default (#2659)
Multiline pastes wait for the user to hit enter before running,
because they enter a special paste mode in rustyline called
'bracketed paste' by default. This commit disables that mode
by default for nushell, causing multiline pastes to be executed
immediately, treating each new line as a separate command.
2020-10-13 19:33:36 +13:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Disable rustyline bracketed paste mode by default (#2659) 2020-10-13 19:33:36 +13:00
tests Extract out xpath to a plugin. (#2661) 2020-10-12 18:18:39 -05:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml xpath command for nushell (#2656) 2020-10-12 08:03:00 -05:00