nushell/crates/nu-protocol/src
Darren Schroeder ce4d9dc7c6
allow icons to be used in grid -c (#378)
* add icons to grid output. still needs cleanup

* working but adds a dependency on ansi_term - need to fix that

* update styling, added lots of green code to icons

* clippy

* add config point for grid icons
2021-11-29 14:37:09 -06:00
..
ast Port over the kill command from nushell (#381) 2021-11-30 07:21:55 +13:00
engine Option to replace command same name (#374) 2021-11-28 19:35:02 +00:00
value testing suite for dataframes (#379) 2021-11-29 19:50:57 +13:00
config.rs allow icons to be used in grid -c (#378) 2021-11-29 14:37:09 -06:00
example.rs example unit test 2021-10-09 14:10:10 +01:00
exportable.rs Add environment variable support for modules (#331) 2021-11-16 12:16:06 +13:00
id.rs Separate Overlay into its own thing (#344) 2021-11-17 17:23:55 +13:00
lib.rs Option to replace command same name (#374) 2021-11-28 19:35:02 +00:00
overlay.rs Add environment variable support for modules (#331) 2021-11-16 12:16:06 +13:00
pipeline_data.rs Option to replace command same name (#374) 2021-11-28 19:35:02 +00:00
shell_error.rs Option to replace command same name (#374) 2021-11-28 19:35:02 +00:00
signature.rs Port over the clear command from nushell (#373) 2021-11-28 08:32:44 +00:00
span.rs Add more api docs 2021-11-03 13:26:09 +13:00
syntax_shape.rs Plugins signature load (#349) 2021-11-19 15:51:42 +13:00
ty.rs Dataframe feature (#361) 2021-11-23 08:14:40 +00:00