nushell/crates/nu-command/src
Matthew Auld e289630920
Porting 'ansi' command from nushell to engine-q (#494)
* Porting 'ansi' command from nushell to engine-q

* Added StrCollect to example_test.rs to allow example tests to run

* Run 'cargo fmt' to fix formatting

* Update command.rs

* Update command.rs

* Update command.rs

* Added a category

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
2021-12-16 10:06:35 +11:00
..
calendar Sort default context items categorically (#465) 2021-12-10 21:07:39 -06:00
conversions Make config default if broken (#482) 2021-12-13 14:16:51 +11:00
core_commands Fix hiding of import patterns with globs (#487) 2021-12-13 20:35:35 +02:00
dataframe Dataframe commands name (#457) 2021-12-09 18:17:11 -06:00
date Category option for signature (#343) 2021-11-17 17:22:37 +13:00
env Hiding of environment variables (#362) 2021-11-30 19:14:05 +13:00
experimental Category option for signature (#343) 2021-11-17 17:22:37 +13:00
filesystem Update clippy to check all features (#441) 2021-12-06 07:23:43 +13:00
filters port over from nushell drop nth (#498) 2021-12-15 06:26:15 -06:00
formats Make config default if broken (#482) 2021-12-13 14:16:51 +11:00
hash Fix error propagration across hash commands (#493) 2021-12-15 06:49:48 +11:00
math removed unwraps (#430) 2021-12-04 12:38:21 +00:00
network Port network/url command (#452) 2021-12-09 18:09:30 -06:00
path Add Path commands (#280) 2021-12-13 12:47:14 +11:00
platform Porting 'ansi' command from nushell to engine-q (#494) 2021-12-16 10:06:35 +11:00
random Fix: add missing bind commands (#477) 2021-12-12 21:42:04 +02:00
shells Add better exit command (#369) 2021-11-26 21:00:57 +13:00
strings Make config default if broken (#482) 2021-12-13 14:16:51 +11:00
system Better filepath completions (#485) 2021-12-13 17:46:30 +11:00
viewers allow fg, bg, attributes to be set for all colors in color_config (#489) 2021-12-14 13:34:39 -06:00
default_context.rs Porting 'ansi' command from nushell to engine-q (#494) 2021-12-16 10:06:35 +11:00
example_test.rs Porting 'ansi' command from nushell to engine-q (#494) 2021-12-16 10:06:35 +11:00
lib.rs Add Path commands (#280) 2021-12-13 12:47:14 +11:00