nushell/crates/nu-engine/src
Darren Schroeder 28e08afada
add ability to cd to ~/blah (#3210)
* add ability to cd to ~/blah. tested on windows.

* added dirs_next

* put change behind feature for linux-minimal/wasm

* clippy

* holy crap minimal, i'm about done with you!
2021-03-26 22:29:02 +13:00
..
env Move script to nu engine (#3092) 2021-03-12 18:20:54 +13:00
evaluate Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
filesystem add ability to cd to ~/blah (#3210) 2021-03-26 22:29:02 +13:00
plugin remove warnings (#3137) 2021-03-06 14:31:22 -06:00
shell Fix warnings for Rust 1.51 (#3214) 2021-03-26 21:26:57 +13:00
basic_evaluation_context.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
basic_shell_manager.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
call_info.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
command_args.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
deserializer.rs nu-engine: deserialize_struct: fix missing conversion from string to column path (#3048) 2021-02-13 09:29:38 +13:00
documentation.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
evaluation_context.rs Ensure selection of columns are done once per column (#3012) 2021-02-05 19:34:26 -05:00
example.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
history_path.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
lib.rs Move script to nu engine (#3092) 2021-03-12 18:20:54 +13:00
maybe_text_codec.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
print.rs Move script to nu engine (#3092) 2021-03-12 18:20:54 +13:00
runnable_context.rs Move script to nu engine (#3092) 2021-03-12 18:20:54 +13:00
script.rs Move script to nu engine (#3092) 2021-03-12 18:20:54 +13:00
whole_stream_command.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00