nushell/crates/nu-command/src
Richard Wang 1aef3a730a
fix: pass metadata to more filter commands for ls_colors (#5009)
* fix(filters): pass metadata for select

* fix(filters): pass metadata for group, window

* fix(filters): pass metadata for each, every

* fix(filters): pass metadata for collect, compact, flatten

* fix(filters): pass metadata for get

* fix: get rid of necessary `.clone()``

* style: rename closure call to be consistent w/ others

* fix(filters): pass metadata for par-each, prepend

* fix(filters): pass metadata for range

* fix(filters): pass metadata for reject

* fix(filters): pass metadata for more commands

* style: run cargo fmt
2022-03-28 06:43:09 -05:00
..
conversions CantConvert improvements (#4926) 2022-03-24 07:04:31 -05:00
core_commands Fix for loop ctrlc not terminating (#5003) 2022-03-28 19:13:43 +13:00
dataframe Polars update (#4875) 2022-03-19 11:13:34 +00:00
date Update some examples and docs (#4682) 2022-03-01 08:05:29 -05:00
deprecated Add insert and update back (#4864) 2022-03-18 06:55:02 +13:00
env Do not pass non-string env vars to externals (#4748) 2022-03-12 00:18:39 +02:00
experimental Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
filesystem Add streaming support to save for ExternalStream data (#4985) 2022-03-27 15:39:27 +13:00
filters fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
formats Add escapes to 'to nuon' (#4964) 2022-03-26 08:35:37 +13:00
generators Try again with math-like externals (#4629) 2022-02-24 14:02:28 -05:00
hash Fix some examples and regenerate docs, should fix: #4455 (#4639) 2022-02-25 08:14:15 -05:00
math Fix for loop ctrlc not terminating (#5003) 2022-03-28 19:13:43 +13:00
network Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
path Fix path join on streams (#4959) 2022-03-26 07:46:48 +13:00
platform Nu ansi term update (#4988) 2022-03-27 16:57:31 +13:00
random Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
shells Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
strings Externals shouldn't expand aliases (#4889) 2022-03-22 11:57:48 +13:00
system Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
viewers added nu-utils crate, fixed issue where externals turn off vt processing (#4857) 2022-03-16 17:21:06 -05:00
default_context.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
example_test.rs Add an alias denylist for expansions (#4871) 2022-03-19 08:03:57 +13:00
lib.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00