nushell/src/shell
Yehuda Katz f20f3f56c7 Start moving coloring into the token stream
The benefit of this is that coloring can be made atomic alongside token
stream forwarding.

I put the feature behind a flag so I can continue to iterate on it
without possibly regressing existing functionality. It's a lot of places
where the flags have to go, but I expect it to be a short-lived flag,
and the flags are fully contained in the parser.
2019-10-14 16:11:00 -07:00
..
completer.rs Merge pull request #578 from jonathandturner/fix_577 2019-09-03 07:09:26 +12:00
filesystem_shell.rs Ignore errors in ls. 2019-10-13 12:26:31 -04:00
help_shell.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
helper.rs Start moving coloring into the token stream 2019-10-14 16:11:00 -07:00
shell_manager.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
shell.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
value_shell.rs Stream support (#812) 2019-10-13 17:12:43 +13:00