nushell/src
Andrés N. Robalino 5b19bebe7d
Isolate environment state changes into Host. (#1296)
Moves the state changes for setting and removing environment variables
into the context's host as opposed to calling `std::env::*` directly
from anywhere else.

Introduced FakeHost to prevent environemnt state changes leaking
between unit tests and cause random test failures.
2020-01-29 00:40:06 -05:00
..
commands Add --with-symlink-targets option for the ls command that displays a new column for the target files of symlinks (#1292) 2020-01-28 19:48:41 +13:00
data Fix bug where --with-symlink-targets would not display the targets column (#1300) 2020-01-28 21:36:20 -08:00
env Isolate environment state changes into Host. (#1296) 2020-01-29 00:40:06 -05:00
evaluate Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
format Separate dissimilar tables into separate tables (#1281) 2020-01-26 07:10:20 +13:00
plugins Upgrade crossterm (#1288) 2020-01-27 15:51:46 +13:00
shell ls will return error if no files/folders match path/pattern (#1286) 2020-01-29 05:58:31 +13:00
utils Isolate data processing helpers. (#1159) 2020-01-03 23:00:39 -05:00
cli.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00
commands.rs compute directory sizes from contained files and directories (#1250) 2020-01-26 15:43:29 +13:00
context.rs Restructure and streamline token expansion (#1123) 2020-01-21 17:45:03 -05:00
data.rs Extract ps and sys subcrates. Move helper methods to UntaggedValue 2019-12-05 08:52:31 +13:00
deserializer.rs Move to using clippy (#1142) 2019-12-31 20:36:08 +13:00
env.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00
format.rs Extract core stuff into own crates 2019-12-02 10:54:12 -08:00
git.rs chore: omit the entire git.rs file when starship is used 2019-10-09 08:42:46 +01:00
lib.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00
main.rs A few ls improvements. New welcome message (#1195) 2020-01-12 09:49:20 +13:00
prelude.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00
shell.rs Move to using clippy (#1142) 2019-12-31 20:36:08 +13:00
stream.rs Eliminate ClassifiedInputStream in favour of InputStream. (#1056) 2020-01-07 13:00:01 -08:00
utils.rs Baseline environment and configuration work. (#1287) 2020-01-27 22:13:22 -05:00