nushell/crates/nu-color-config/src
JT 74a73f9838
Stdout/Stderr redirection (#7185)
This adds new pipeline connectors called out> and err> which redirect either stdout or stderr to a file. You can also use out+err> (or err+out>) to redirect both streams into a file.
2022-11-23 07:26:13 +13:00
..
color_config.rs allow default color shortcut names (#5177) 2022-04-13 07:02:15 -05:00
lib.rs Highlight matching brackets / parentheses (#6655) 2022-10-22 11:55:45 -05:00
matching_brackets_style.rs Highlight matching brackets / parentheses (#6655) 2022-10-22 11:55:45 -05:00
nu_style.rs Fix color parsing (#6234) 2022-08-05 06:30:44 -05:00
shape_color.rs Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00