nushell/crates/nu-command/src/filters
JT 97eb8492a3
Improve $in handling (#5137)
* Simplify in logic

* Add tests

* more tests, and fixes
2022-04-09 09:41:05 +12:00
..
drop Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
roll fix: add missing metadata for ls_colors (#4603) 2022-02-25 17:31:02 -05:00
skip Fix external extra (#4777) 2022-03-07 20:17:33 -05:00
take Move 'keep' to 'take' (#5123) 2022-04-08 08:49:28 +12:00
all.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
any.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
append.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
collect.rs Improve $in handling (#5137) 2022-04-09 09:41:05 +12:00
columns.rs Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
compact.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
default.rs Simplify empty?, improve default (#4797) 2022-03-09 08:46:28 -05:00
each.rs Let 'each' also send input to block (#5136) 2022-04-09 07:57:43 +12:00
empty.rs Simplify empty?, improve default (#4797) 2022-03-09 08:46:28 -05:00
every.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
find.rs enables find to search records with regex (#5100) 2022-04-05 12:26:11 -05:00
first.rs fix: lose ls_colors in some filters commands (#4525) 2022-02-21 08:29:51 -06:00
flatten.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
get.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
group_by.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
group.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
headers.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
insert.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
last.rs let a simple last be a single value (#5060) 2022-04-01 23:12:31 +13:00
length.rs Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
lines.rs Streaming support for lines with raw streams (#4832) 2022-03-13 04:52:55 -07:00
merge.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
mod.rs Move 'keep' to 'take' (#5123) 2022-04-08 08:49:28 +12:00
move_.rs Port move (#833) 2022-01-24 21:43:38 +02:00
par_each.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
prepend.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
range.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
reduce.rs update str find-replace to str replace (#5120) 2022-04-07 08:41:09 -05:00
reject.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
rename.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
reverse.rs fix: lose ls_colors in some filters commands (#4525) 2022-02-21 08:29:51 -06:00
rotate.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
select.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
shuffle.rs added missing metadata for drop and uniq #4763 (#4908) 2022-03-24 07:27:01 +13:00
sort_by.rs Fix #4942, and add a table sorting example for sort-by command (#4948) 2022-03-25 16:22:57 +13:00
sort.rs Fix sort signature (#5055) 2022-04-01 13:03:07 +13:00
split_by.rs command(split-by) (#897) 2022-01-30 18:29:21 -05:00
transpose.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
uniq.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
update_cells.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
update.rs Add insert/update to lists (#4873) 2022-03-19 10:12:54 +13:00
upsert.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -05:00
where_.rs feat: fix and update some examples (#4844) 2022-03-14 07:41:09 -05:00
window.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00
wrap.rs Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
zip_.rs fix: pass metadata to more filter commands for ls_colors (#5009) 2022-03-28 06:43:09 -05:00